railiance-platform/openbao/auth/coding-agent-approle.json

14 lines
288 B
JSON
Raw Normal View History

{
"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
}