Add policy files for Vault: admin, app_role, and identity policies
This commit is contained in:
8
policies/identity_admin_policy.hcl
Normal file
8
policies/identity_admin_policy.hcl
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user