feat: add kubernetes ldap groups
vault's terraform approle doesnt need to access all of these kubernetes roles, it was just added as a placeholder and access to the kubernetes roles was via the `vault_admin` to-much-access account. this is an effort to roll back that and make access more targeted. - add kubernetes* ldap groups for specific cluster/role combinations - remove tf_vault from kubernetes* roles
This commit is contained in:
parent
4fe0e0de73
commit
33a746e545
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# this file doesnt need anything in it, so this data is just to make sure yamlencode reads some yaml data
|
||||||
|
description: foo
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# this file doesnt need anything in it, so this data is just to make sure yamlencode reads some yaml data
|
||||||
|
description: foo
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# this file doesnt need anything in it, so this data is just to make sure yamlencode reads some yaml data
|
||||||
|
description: foo
|
||||||
@ -6,5 +6,5 @@ rules:
|
|||||||
- update
|
- update
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
approle:
|
ldap:
|
||||||
- tf_vault
|
- kubernetes_au_syd1_cluster_admin
|
||||||
|
|||||||
@ -6,5 +6,5 @@ rules:
|
|||||||
- update
|
- update
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
approle:
|
ldap:
|
||||||
- tf_vault
|
- kubernetes_au_syd1_cluster_operator
|
||||||
|
|||||||
@ -8,3 +8,5 @@ rules:
|
|||||||
auth:
|
auth:
|
||||||
approle:
|
approle:
|
||||||
- terraform_k8s
|
- terraform_k8s
|
||||||
|
ldap:
|
||||||
|
- kubernetes_au_syd1_cluster_root
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user