Compare commits

..

No commits in common. "aa518c1b44eae5b2c8c98fa37ef5b9f8ee85537c" and "d5bd00d8abaf73d2a3ffb8cbf3aa1bd1df96ed39" have entirely different histories.

3 changed files with 0 additions and 19 deletions

View File

@ -1,15 +0,0 @@
resource "vault_approle_auth_backend_role" "terraform_nomad" {
role_name = "terraform_nomad"
bind_secret_id = false
token_policies = [
"default_access",
"nomad",
]
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",
]
}

View File

@ -13,7 +13,6 @@ locals {
"policies/sshca",
"policies/kv/service/glauth/services",
"policies/kv/service/puppetapi",
"policies/kv/service/terraform",
]
}

View File

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