openbao: grant platform-admin access to tenants/ mount
WARDEN-WP-0028 added mount tenants/ for client secrets; platform-admin only covered platform/* and secret/*, so UI operators could not see binky paths. Add tenants/* CRUD+list.
This commit is contained in:
parent
86209fa90c
commit
7d7260ffa3
1 changed files with 6 additions and 0 deletions
|
|
@ -39,3 +39,9 @@ path "cubbyhole/*" {
|
|||
path "secret/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
# Client/tenant commercial secrets (WARDEN-WP-0028). Separate mount from
|
||||
# platform/workloads so tenant lanes are not mixed with fleet service secrets.
|
||||
path "tenants/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue