Completely remove Gitea OAuth client configuration - Template engine was processing commented CLIENT_SECRET_GITEA references - Complete removal should fix Authelia startup issue
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
426bb996ac
commit
f062eeb40d
|
@ -57,20 +57,4 @@ identity_providers:
|
||||||
- groups
|
- groups
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- https://portainer.{{ env "TRAEFIK_DOMAIN" }}/
|
- https://portainer.{{ env "TRAEFIK_DOMAIN" }}/
|
||||||
userinfo_signed_response_alg: none
|
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
|
|
Loading…
Reference in New Issue