fix: kubernetes auth fixes

- annotations as alias metadata does not work with openbao (idempotency issue)
- set token_ttl to be 600 for all auth roles for kubernetes (min)
This commit is contained in:
2026-02-15 13:06:08 +11:00
parent 4b176846f2
commit c093d5830d
10 changed files with 10 additions and 10 deletions
@@ -1,5 +1,5 @@
kubernetes_host: https://api-k8s.service.consul:6443
disable_iss_validation: true
use_annotations_as_alias_metadata: true
use_annotations_as_alias_metadata: false # doesnt work with openbao yet
default_lease_ttl: 1h
max_lease_ttl: 24h