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 9a30e25a80 - Show all commits

View File

@ -7,8 +7,8 @@ path "sys/mounts/{{identity.entity.metadata.prefix}}/*" {
}
path "auth/token/create" {
capabilities = ["create", "update", "delete"]
capabilities = ["create", "update", "sudo"]
allowed_parameters = {
policies = ["${tenant_name}-admin"]
policies = [["${tenant_name}-admin"]]
}
}