Finish coding-agent high-risk boundary coverage
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02669-87ee-7a31-b111-edc95a16e0fa
This commit is contained in:
parent
7a1dcb8a52
commit
429cc912ed
12 changed files with 720 additions and 54 deletions
13
openbao/auth/coding-agent-approle.json
Normal file
13
openbao/auth/coding-agent-approle.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"bind_secret_id": true,
|
||||
"secret_id_ttl": "5m",
|
||||
"secret_id_num_uses": 1,
|
||||
"token_policies": [
|
||||
"agent-high-risk-boundary",
|
||||
"workload-kv-read-issue-core-runtime"
|
||||
],
|
||||
"token_ttl": "15m",
|
||||
"token_max_ttl": "15m",
|
||||
"token_num_uses": 8,
|
||||
"token_no_default_policy": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue