# Add identity admin role to the token path "identity/*" { capabilities = ["create", "read", "update", "delete", "list"] } # Override default policies for identity management path "identity/entity/id/{{identity.entity.id}}" { capabilities = ["create", "read", "update", "delete", "list"] } path "identity/entity/name/{{identity.entity.name}}" { capabilities = ["create", "read", "update", "delete", "list"] }