add: whitelist domains for oauth2proxy

This commit is contained in:
2023-06-30 17:33:02 +00:00
parent 911ea0ee0f
commit bebf04ae4c

View File

@@ -46,6 +46,8 @@ OAUTH2_PROXY_ALLOWED_GROUPS: {{ keycloak_clients[item].groups }}
OAUTH2_PROXY_REVERSE_PROXY: "true"
OAUTH2_PROXY_SKIP_PROVIDER_BUTTON: "true"
OAUTH2_PROXY_WHITELIST_DOMAIN: "keycloak.atlantishq.de sso.atlantishq.de sso.potaris.de"
redis:
image: redis:7.0.2-alpine3.16
restart: always