fix(grafana): point the OIDC registrar at ns ory, not the deleted ory-alice #3
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/grafana-oidc-ory-ns"
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?
Grafana OIDC login fails with "Login failed / Failed to get token from provider". The 07-24 ory-alice->ory SSO cutover deleted ns ory-alice but missed this registrar Job. HYDRA_PUBLIC_INTERNAL is what it writes into the grafana-oidc Secret as TOKEN_URL/API_URL, so Grafana server-side code exchange dials hydra-public.ory-alice.svc (NXDOMAIN) while the browser leg via public auth.sean.farm keeps working. Live log: failed to exchange code to token ... no such host. NOTE: the Job is immutable, so after this deploys the completed Job must be delete+recreated for the Secret to be rewritten, then grafana restarted.
786fd39b6c30408ea098