mirror of https://github.com/samply/bridgehead.git
Added: allowed-groups
This commit is contained in:
parent
026fbd161e
commit
0245d88d49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue