From b1ba96f6d6eba9bf60782bddd594b24bc4afc405 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 24 Feb 2026 07:29:41 -0800 Subject: [PATCH] Review migrate-grafana-to-authentik: fix file paths, add last-reviewed Co-Authored-By: Claude Opus 4.6 --- docs/how-to/authentik/migrate-grafana-to-authentik.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/how-to/authentik/migrate-grafana-to-authentik.md b/docs/how-to/authentik/migrate-grafana-to-authentik.md index 3729cc2..4f47041 100644 --- a/docs/how-to/authentik/migrate-grafana-to-authentik.md +++ b/docs/how-to/authentik/migrate-grafana-to-authentik.md @@ -1,6 +1,7 @@ --- title: Migrate Grafana to Authentik -modified: 2026-02-20 +modified: 2026-02-24 +last-reviewed: 2026-02-24 tags: - how-to - authentik @@ -26,8 +27,8 @@ The Nix-built container hardcoded `blueprints_dir` to its Nix store path, making ### Grafana configuration -- `values.yaml` updated to point at Authentik OIDC endpoints (`authentik.ops.eblu.me`) -- `external-secret-authentik-oauth.yaml` pulls client secret from "Authentik (blumeops)" +- `argocd/manifests/grafana/configmap.yaml` updated to point at Authentik OIDC endpoints (`authentik.ops.eblu.me`) +- `argocd/manifests/grafana-config/external-secret-authentik-oauth.yaml` pulls client secret from "Authentik (blumeops)" - Old Dex OAuth user deleted from Grafana (different `auth_id` caused "user already exists") ### Dex decommission