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 e1128cf244 - Show all commits

View File

@ -9,7 +9,7 @@ path "sys/mounts/${tenant_prefix}/*" {
path "sys/remount" {
capabilities = ["update"]
allowed_parameters = {
from = "${tenant_prefix}/*"
to = "${tenant_prefix}/*"
from = ["${tenant_prefix}/*"]
to = ["${tenant_prefix}/*"]
}
}