FEAT(vault): add OIDC auth for Authelia SSO

- Add ExternalSecret for VAULT_CLIENT_SECRET
- Configure default and admin roles for OIDC login
- Fix claim settings (use sub instead of preferred_username)
- Remove oidc-setup-job (already configured)
This commit is contained in:
2026-01-09 19:41:38 +09:00
parent bb4af2638e
commit 507cb61ec4
3 changed files with 109 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ resources:
- manifests/cluster-secret-store.yaml
- manifests/external-secret.yaml
- manifests/rbac.yaml
- manifests/oidc-secret.yaml
- manifests/oidc-setup-job.yaml