chore: format policy files

- ensure all policy files are correctly formatted
This commit is contained in:
2025-11-16 13:35:10 +11:00
parent 6d84efe81e
commit 5cbd5815a0
10 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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"]
}