From 5f097c6b6bc18e99ccda5907e0346d0643172b3e Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Jun 2023 01:07:56 +0200 Subject: [PATCH] cluster/services/dns: OIDC_OAUTH_SERVER_METADATA_URL -> OIDC_OAUTH_METADATA_URL --- cluster/services/dns/admin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/dns/admin.nix b/cluster/services/dns/admin.nix index fe52af6..45bc7d4 100644 --- a/cluster/services/dns/admin.nix +++ b/cluster/services/dns/admin.nix @@ -82,7 +82,7 @@ in { OIDC_OAUTH_SECRET.env = "OIDC_OAUTH_SECRET"; OIDC_OAUTH_SCOPE = "openid profile email roles"; - OIDC_OAUTH_SERVER_METADATA_URL = "https://login.${domain}/auth/realms/master/.well-known/openid-configuration"; + OIDC_OAUTH_METADATA_URL = "https://login.${domain}/auth/realms/master/.well-known/openid-configuration"; }; };