Add policy files for Vault: admin, app_role, and identity policies

This commit is contained in:
2026-01-18 12:01:42 +01:00
parent 74a364c8e1
commit aca9f4c5ab
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Add identity admin role to the token
path "identity/*" {
capabilities = ["create", "read", "update", "delete", "list", "sudo"]
}
path "identity/entity/*/name" {
capabilities = ["create", "read", "update", "delete", "list", "sudo"]
}