Compare commits

...

2 Commits

Author SHA1 Message Date
9d54b4cfcc Merge pull request 'chore: add rancher role' (#44) from benvin/rancher_role into master
Reviewed-on: #44
2026-01-30 19:46:19 +11:00
33af7010fb chore: add rancher role
- add kubernetes role for rancher
- add policy to enable access to bootstrap-password
2026-01-30 19:43:06 +11:00
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
bound_service_account_names:
- rancher
bound_service_account_namespaces:
- default
token_ttl: 60
audience: vault

View File

@ -0,0 +1,10 @@
# Allow reading ExternalDNS TSIG keys
---
rules:
- path: "kv/data/service/kubernetes/au/syd1/rancher/bootstrap-password"
capabilities:
- read
auth:
k8s/au/syd1:
- rancher