fix: remount needs sudo
All checks were successful
development / Check commit compliance (push) Successful in 5s
pull-requests-open / Check commit compliance (pull_request) Successful in 5s

This commit is contained in:
Bertrand Lanson 2024-05-26 15:35:53 +02:00
parent 154a3ba98a
commit 6872e4191a
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

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