Add identity.unkin.net internal DNS record #256
Reference in New Issue
Block a user
Delete Branch "benvin/identity-dns-internal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
identity.unkin.netis configured as the Authentik OIDC issuer but has no DNS record anywhere, so in-cluster OIDC discovery fails (e.g.argocd-server→lookup identity.unkin.net ... no such host). Add an authoritative A record served by the internal bind system (bind-operator) so it resolves.Change
DNSRecord/identity-dns-internal→198.18.200.4(the traefik-internal gateway VIP, where the Authentik Gateway serves theidentity.unkin.nethostname), in theunkin-netzone.bind-internalnamespace alongside theBindZone: the operator resolveszoneRef/clusterRef/updateKeyRefwithin the record's own namespace, so it can't live in the app (authentik) namespace.apps/base/bind-internal/authoritative/kustomization.yaml.identity-dns-internalname distinguishes this from the external DNS that Authentik will manage its own records from later.Validation
kustomize build apps/base/bind-internal+ kubeconform (validates against thednsrecord_v1alpha1schema): 57 valid, 0 invalid. pre-commit clean.