feat/stable-release #1

Merged
lanson merged 30 commits from feat/stable-release into main 2024-05-28 20:45:33 +00:00
Showing only changes of commit a4e8e14096 - Show all commits

View File

@ -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}/*"
}
}