feat: allow tenant admin to remount secret engines on tenant prefix
This commit is contained in:
parent
ba09f9e4dc
commit
a4e8e14096
@ -5,3 +5,11 @@ path "${tenant_prefix}/*" {
|
|||||||
path "sys/mounts/${tenant_prefix}/*" {
|
path "sys/mounts/${tenant_prefix}/*" {
|
||||||
capabilities = ["create", "update", "read", "delete", "list"]
|
capabilities = ["create", "update", "read", "delete", "list"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
path "sys/remount" {
|
||||||
|
capabilities = ["update"]
|
||||||
|
allowed_parameters = {
|
||||||
|
from = "${tenant_prefix}/*"
|
||||||
|
to = "${tenant_prefix}/*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user