grafana: stop pinning the internal CA for Authentik OAuth #440
Reference in New Issue
Block a user
Delete Branch "benvin/grafana-oauth-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.auth.generic_oauth'stls_client_capointed Grafana at the internal root only, so the OAuth handshake to the LE-issued cert now fails. Grafana's image trust store already contains the public roots.Changes
tls_client_ca: /etc/grafana/vault-ca/ca.crt(and its stale comment) fromauth.generic_oauth.vault-ca-certvolume and volumeMount from the Grafana pod spec — nothing else in the pod referenced it (the CNPGendpointCAreference tovault-ca-certfors3.ceph.unkin.netis a separate resource and stays).role_attribute_pathuntouched.