chore: format policy files
- ensure all policy files are correctly formatted
This commit is contained in:
@@ -5,10 +5,10 @@ path "auth/token/lookup-self" {
|
||||
|
||||
# Allow tokens to renew themselves
|
||||
path "auth/token/renew-self" {
|
||||
capabilities = ["update"]
|
||||
capabilities = ["update"]
|
||||
}
|
||||
|
||||
# Allow tokens to revoke themselves
|
||||
path "auth/token/revoke-self" {
|
||||
capabilities = ["update"]
|
||||
capabilities = ["update"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user