Compare commits
No commits in common. "50d1e31ea5bcd3bf423f104eafad285dcc47f5c8" and "4aac926c6a8121a3180951d67d1da333d0663b5b" have entirely different histories.
50d1e31ea5
...
4aac926c6a
@ -4,7 +4,6 @@ resource "vault_approle_auth_backend_role" "terraform_incus" {
|
|||||||
token_policies = [
|
token_policies = [
|
||||||
"default_access",
|
"default_access",
|
||||||
"incus",
|
"incus",
|
||||||
"terraform_puppet_cert",
|
|
||||||
]
|
]
|
||||||
token_ttl = 60
|
token_ttl = 60
|
||||||
token_max_ttl = 120
|
token_max_ttl = 120
|
||||||
|
|||||||
@ -15,7 +15,6 @@ locals {
|
|||||||
"policies/kv/service/glauth/services",
|
"policies/kv/service/glauth/services",
|
||||||
"policies/kv/service/incus",
|
"policies/kv/service/incus",
|
||||||
"policies/kv/service/packer",
|
"policies/kv/service/packer",
|
||||||
"policies/kv/service/puppet/certificates",
|
|
||||||
"policies/kv/service/puppetapi",
|
"policies/kv/service/puppetapi",
|
||||||
"policies/kv/service/terraform",
|
"policies/kv/service/terraform",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
path "kv/data/service/puppet/certificates/terraform" {
|
|
||||||
capabilities = ["read"]
|
|
||||||
}
|
|
||||||
path "kv/data/service/puppet/certificates/ca" {
|
|
||||||
capabilities = ["read"]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user