mirror of https://github.com/samply/bridgehead.git
fix: Pull oauth2 proxy from harbor
This commit is contained in:
parent
4a9427a1bd
commit
b241feecdb
|
@ -115,7 +115,7 @@ services:
|
|||
# Maybe a solution would be (https://oauth2-proxy.github.io/oauth2-proxy/configuration/oauth_provider):
|
||||
# --allowed-groups=/DataSHIELD,KEYCLOAK_USER_GROUP
|
||||
oauth2_proxy:
|
||||
image: quay.io/oauth2-proxy/oauth2-proxy
|
||||
image: docker.verbis.dkfz.de/cache/oauth2-proxy/oauth2-proxy:latest
|
||||
container_name: bridgehead_oauth2_proxy
|
||||
command: >-
|
||||
--allowed-group=/DataSHIELD
|
||||
|
|
Loading…
Reference in New Issue