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 154a3ba98a - Show all commits

View File

@ -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"]
}