2024-05-25 16:05:49 +00:00
|
|
|
path "${tenant_prefix}/*" {
|
2024-05-25 10:59:54 +00:00
|
|
|
capabilities = ["create", "update", "read", "delete", "list"]
|
|
|
|
}
|
|
|
|
|
2024-05-25 16:05:49 +00:00
|
|
|
path "sys/mounts/${tenant_prefix}/*" {
|
2024-05-25 10:59:54 +00:00
|
|
|
capabilities = ["create", "update", "read", "delete", "list"]
|
|
|
|
}
|