From 02124699634c93132d24ddbc6d9fd5899df0928f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 19 Aug 2023 11:43:00 +0200 Subject: [PATCH] fix authelia grafana client url --- utils/modules/authelia/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index 5b1d42b..30b6d05 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -197,7 +197,7 @@ secret = "$pbkdf2-sha512$310000$TP7.qfcevrHJFGcIMdZgGw$mLQ.AC5M28ETouxyiCeRkenQuKPvH0.oF1exp6LXBpleV56PI6sWrwmBgD7sMsHrMbkvCX4lNPx0vMf0urVpYA"; public = false; authorization_policy = "one_factor"; - redirect_uris = [ "https://grafana.example.com/login/generic_oauth" ]; + redirect_uris = [ "https://grafana.cloonar.com/login/generic_oauth" ]; pre_configured_consent_duration = "1y"; scopes = [ "openid"