mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Vault OIDC login via Authentik: hostAlias + blueprint config
Vault's OIDC auth method needs to resolve auth.kube.huskypup.net (the issuer URL) from inside its own pod - no in-cluster DNS entry exists for that public hostname, so add a hostAlias pointing at the live istio-ingressgateway LoadBalancer IP (verified current: 172.28.101.244). authentik-blueprints-vault (vault-blueprint.yaml) was already applied to the cluster and referenced by the authentik Deployment for some time - committing it now so git matches the live, working state instead of leaving it as an untracked local file.
This commit is contained in:
@@ -21,6 +21,11 @@ server:
|
||||
disable_hostname = true
|
||||
}
|
||||
|
||||
hostAliases:
|
||||
- ip: "172.28.101.244"
|
||||
hostnames:
|
||||
- auth.kube.huskypup.net
|
||||
|
||||
standalone:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user