fix: wrong permissions on token policy for tenant admin
This commit is contained in:
parent
a1a7818c15
commit
61481d808d
@ -1,11 +1,7 @@
|
|||||||
path "{{identity.entity.metadata.prefix}}/*" {
|
path "${tenant_prefix}/*" {
|
||||||
capabilities = ["create", "update", "read", "delete", "list"]
|
capabilities = ["create", "update", "read", "delete", "list"]
|
||||||
}
|
}
|
||||||
|
|
||||||
path "sys/mounts/{{identity.entity.metadata.prefix}}/*" {
|
path "sys/mounts/${tenant_prefix}/*" {
|
||||||
capabilities = ["create", "update", "read", "delete", "list"]
|
capabilities = ["create", "update", "read", "delete", "list"]
|
||||||
}
|
}
|
||||||
|
|
||||||
path "auth/token/create" {
|
|
||||||
capabilities = ["create", "update", "sudo"]
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user