solved variable bug

This commit is contained in:
2025-01-26 17:38:34 +01:00
parent 08b56ec7cd
commit 49fbdce398
3 changed files with 6 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
oauth2-proxy:
#image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
image: quay.io/oauth2-proxy/oauth2-proxy:{{oauth2_version}}
restart: {{docker_restart_policy}}
command: --config /oauth2-proxy.cfg

View File

@@ -10,8 +10,6 @@ whitelist_domains=[".{{primary_domain}}"] # Required t
client_secret="{{oauth2_proxy_client_secret}}"
client_id="{{domain}}"
redirect_url="https://{{domain}}/oauth2/callback"
# in this case oauth2-proxy is going to visit
oidc_issuer_url="https://{{domain_keycloak}}/realms/{{primary_domain}}"
provider="oidc"
provider_display_name="Keycloak"