Compare commits

...

2 Commits

Author SHA1 Message Date
3fb5a64a17 Merge pull request 'feat: add kubernetes ldap groups' (#51) from benvin/kubernetes_ldap_groups into master
Reviewed-on: #51
2026-02-14 19:48:56 +11:00
33a746e545 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
2026-02-14 19:46:39 +11:00
6 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -6,5 +6,5 @@ rules:
- update
auth:
approle:
- tf_vault
ldap:
- kubernetes_au_syd1_cluster_admin

View File

@ -6,5 +6,5 @@ rules:
- update
auth:
approle:
- tf_vault
ldap:
- kubernetes_au_syd1_cluster_operator

View File

@ -8,3 +8,5 @@ rules:
auth:
approle:
- terraform_k8s
ldap:
- kubernetes_au_syd1_cluster_root