feat/stable-release #1
@ -5,3 +5,11 @@ path "${tenant_prefix}/*" {
|
||||
path "sys/mounts/${tenant_prefix}/*" {
|
||||
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