From 3db1351bbb30ccaf338d7e2a5eb5f778daaaddfa Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 17 Apr 2025 19:56:41 -0400 Subject: [PATCH] Infini-DL360/grafana: rename oauth provider to INX Central --- hosts/Infini-DL360/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/grafana.nix b/hosts/Infini-DL360/grafana.nix index 0cbaece..0a0adfc 100644 --- a/hosts/Infini-DL360/grafana.nix +++ b/hosts/Infini-DL360/grafana.nix @@ -30,7 +30,7 @@ in "auth.anonymous".enabled = true; "auth.basic".enabled = false; "auth.generic_oauth" = { - name = "authentik"; + name = "INX Central"; enabled = true; client_id = "yL4qqsKyc5i9mhvVUNFHcQyTGaYWxnqtMvceg0kY"; client_secret = secret "client_secret";