From f062eeb40d51178bd04c4b0b3051d6f7c410d422 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 11 Jun 2025 16:10:58 -0400 Subject: [PATCH] Completely remove Gitea OAuth client configuration - Template engine was processing commented CLIENT_SECRET_GITEA references - Complete removal should fix Authelia startup issue --- .../config/configuration.oidc.clients.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docker/authelia/config/configuration.oidc.clients.yml b/docker/authelia/config/configuration.oidc.clients.yml index e23876a..131d60e 100644 --- a/docker/authelia/config/configuration.oidc.clients.yml +++ b/docker/authelia/config/configuration.oidc.clients.yml @@ -57,20 +57,4 @@ identity_providers: - groups redirect_uris: - https://portainer.{{ env "TRAEFIK_DOMAIN" }}/ - userinfo_signed_response_alg: none - - # TEMPORARILY DISABLED - Gitea OAuth client (missing CLIENT_SECRET_GITEA) - # - client_id: gitea - # client_name: Gitea - # client_secret: {{ secret "/run/secrets/CLIENT_SECRET_GITEA" }} - # public: false - # authorization_policy: one_factor - # consent_mode: implicit - # scopes: - # - openid - # - email - # - profile - # - groups - # redirect_uris: - # - https://git.{{ env "TRAEFIK_DOMAIN" }}/user/oauth2/authelia/callback - # userinfo_signed_response_alg: none \ No newline at end of file + userinfo_signed_response_alg: none \ No newline at end of file