chore: format policy files

- ensure all policy files are correctly formatted
This commit is contained in:
Ben Vincent 2025-11-16 13:35:10 +11:00
parent 6d84efe81e
commit 5cbd5815a0
10 changed files with 13 additions and 13 deletions

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"]
}

View File

@ -1,3 +1,3 @@
path "kv/data/service/glauth/services/svc_vault" {
capabilities = ["list", "read"]
capabilities = ["list", "read"]
}

View File

@ -1,6 +1,6 @@
path "kv/data/service/packer/builder/env" {
capabilities = ["read"]
capabilities = ["read"]
}
path "kv/data/service/packer/builder/docker-incus-client" {
capabilities = ["read"]
capabilities = ["read"]
}

View File

@ -1,6 +1,6 @@
path "kv/data/service/puppet/certificates/terraform" {
capabilities = ["read"]
capabilities = ["read"]
}
path "kv/data/service/puppet/certificates/ca" {
capabilities = ["read"]
capabilities = ["read"]
}

View File

@ -1,3 +1,3 @@
path "kv/data/service/puppetapi/tokens" {
capabilities = ["read"]
capabilities = ["read"]
}

View File

@ -1,3 +1,3 @@
path "kv/data/service/terraform/incus" {
capabilities = ["read"]
capabilities = ["read"]
}

View File

@ -1,3 +1,3 @@
path "kv/data/service/terraform/nomad" {
capabilities = ["read"]
capabilities = ["read"]
}

View File

@ -1,3 +1,3 @@
path "ssh-host-signer/sign/hostrole" {
capabilities = ["create", "update"]
capabilities = ["create", "update"]
}

View File

@ -1,3 +1,3 @@
path "ssh-host-signer/sign/hostrole" {
capabilities = ["create", "update"]
capabilities = ["create", "update"]
}

View File

@ -1,3 +1,3 @@
path "sshca/sign/host" {
capabilities = ["create", "update"]
capabilities = ["create", "update"]
}