Compare commits

..

No commits in common. "c3c1cb660a38e5a1b07c5e2a1422f70c76af93c4" and "9ff6cf7de72149e89867e054a79769b51e2b29d9" have entirely different histories.

11 changed files with 13 additions and 25 deletions

View File

@ -1,12 +0,0 @@
repos:
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.30
hooks:
- id: terraform-fmt
- id: terraform-validate
- id: tflint
- id: terragrunt-hcl-fmt
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
hooks:
- id: yamllint

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