Compare commits
No commits in common. "d217f6e42dd87a7fa92f1cbff881f182776464e7" and "2466a6fe5cbe256829a9404f57dd9cbdfadad943" have entirely different histories.
d217f6e42d
...
2466a6fe5c
@ -1,16 +0,0 @@
|
|||||||
resource "vault_approle_auth_backend_role" "terraform_repoflow" {
|
|
||||||
role_name = "terraform_repoflow"
|
|
||||||
bind_secret_id = false
|
|
||||||
token_policies = [
|
|
||||||
"default_access",
|
|
||||||
"kv/service/repoflow/unkinadmin/tokens/terraform/read",
|
|
||||||
]
|
|
||||||
token_ttl = 60
|
|
||||||
token_max_ttl = 120
|
|
||||||
token_bound_cidrs = [
|
|
||||||
"10.10.12.200/32",
|
|
||||||
"198.18.25.102/32",
|
|
||||||
"198.18.26.91/32",
|
|
||||||
"198.18.27.40/32",
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
path "kv/data/service/repoflow/unkinadmin/tokens/terraform" {
|
|
||||||
capabilities = ["read"]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user