argocd: drop internal-CA rootCA pin from Authentik oidc.config #439
Reference in New Issue
Block a user
Delete Branch "benvin/argocd-oidc-le-trust"
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.netmoved from an internalunkin.netCA-issued cert to the LetsEncrypt*.unkin.netwildcard. Theoidc.configblock pinned the internal root as the only trust anchor, so argocd-server now rejects OIDC discovery withx509: certificate signed by unknown authorityand SSO login is broken. The stock image trust store already carries the public roots.Changes
rootCA:block fromargocd-cm'soidc.configfor thehttps://identity.unkin.net/application/o/argocd/issuer.requestedScopes(incl.ak_groups) andrequestedIDTokenClaimsuntouched.