Compare commits
No commits in common. "e4d80e42dc8bca6b8e71876d57735082ae1a750a" and "aa518c1b44eae5b2c8c98fa37ef5b9f8ee85537c" have entirely different histories.
e4d80e42dc
...
aa518c1b44
@ -1,16 +0,0 @@
|
|||||||
resource "vault_approle_auth_backend_role" "incus_cluster" {
|
|
||||||
role_name = "incus_cluster"
|
|
||||||
bind_secret_id = false
|
|
||||||
token_policies = [
|
|
||||||
"default_access",
|
|
||||||
"incus-cluster-join-tokens"
|
|
||||||
]
|
|
||||||
token_ttl = 60
|
|
||||||
token_max_ttl = 120
|
|
||||||
token_bound_cidrs = [
|
|
||||||
"10.10.12.200/32",
|
|
||||||
"198.18.13.77/32",
|
|
||||||
"198.18.13.78/32",
|
|
||||||
"198.18.13.79/32"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -12,7 +12,6 @@ locals {
|
|||||||
"policies/ssh-host-signer",
|
"policies/ssh-host-signer",
|
||||||
"policies/sshca",
|
"policies/sshca",
|
||||||
"policies/kv/service/glauth/services",
|
"policies/kv/service/glauth/services",
|
||||||
"policies/kv/service/incus",
|
|
||||||
"policies/kv/service/puppetapi",
|
"policies/kv/service/puppetapi",
|
||||||
"policies/kv/service/terraform",
|
"policies/kv/service/terraform",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
path "kv/data/service/incus/cluster-join-tokens" {
|
|
||||||
capabilities = ["create", "read", "update", "delete"]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user