Compare commits
No commits in common. "99b643b458ec5ef4c29cf5568d6e6fd031b0f4cf" and "e4d80e42dc8bca6b8e71876d57735082ae1a750a" have entirely different histories.
99b643b458
...
e4d80e42dc
@ -1,15 +0,0 @@
|
||||
resource "vault_approle_auth_backend_role" "packer_builder" {
|
||||
role_name = "terraform_nomad"
|
||||
bind_secret_id = false
|
||||
token_policies = [
|
||||
"default_access",
|
||||
"packer_builder",
|
||||
]
|
||||
token_ttl = 60
|
||||
token_max_ttl = 120
|
||||
token_bound_cidrs = [
|
||||
"10.10.12.200/32",
|
||||
"198.18.13.67/32",
|
||||
"198.18.13.68/32",
|
||||
]
|
||||
}
|
||||
@ -13,7 +13,6 @@ locals {
|
||||
"policies/sshca",
|
||||
"policies/kv/service/glauth/services",
|
||||
"policies/kv/service/incus",
|
||||
"policies/kv/service/packer",
|
||||
"policies/kv/service/puppetapi",
|
||||
"policies/kv/service/terraform",
|
||||
]
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
path "kv/data/service/packer/builder/env" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user