fix: increase permissions for remounting secret engines
This commit is contained in:
parent
e1128cf244
commit
154a3ba98a
@ -9,7 +9,11 @@ path "sys/mounts/${tenant_prefix}/*" {
|
||||
path "sys/remount" {
|
||||
capabilities = ["update"]
|
||||
allowed_parameters = {
|
||||
from = ["${tenant_prefix}/*"]
|
||||
to = ["${tenant_prefix}/*"]
|
||||
"from" = ["${tenant_prefix}/*"]
|
||||
"to" = ["${tenant_prefix}/*"]
|
||||
}
|
||||
}
|
||||
|
||||
path "sys/remount/status/*" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user