Added: allowed-groups

This commit is contained in:
juarez 2023-12-14 18:34:30 +01:00
parent 026fbd161e
commit 0245d88d49
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ services:
APP_datashield-connect_KEY: ${DATASHIELD_CONNECT_SECRET} APP_datashield-connect_KEY: ${DATASHIELD_CONNECT_SECRET}
APP_token-manager_KEY: ${TOKEN_MANAGER_SECRET} APP_token-manager_KEY: ${TOKEN_MANAGER_SECRET}
# TODO: Allow users of group /DataSHIELD and KEYCLOAK_USER_GROUP at the same time:
# Maybe a solution would be (https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/):
# --allowed-groups=/DataSHIELD,KEYCLOAK_USER_GROUP
oauth2_proxy: oauth2_proxy:
image: quay.io/oauth2-proxy/oauth2-proxy image: quay.io/oauth2-proxy/oauth2-proxy
container_name: bridgehead_oauth2_proxy container_name: bridgehead_oauth2_proxy