Skip to content
Snippets Groups Projects
Unverified Commit 35d5f847 authored by vmaubert's avatar vmaubert Committed by GitHub
Browse files

chore(oauth2): upgrade oauth2 (#714)

parent fd87b2ae
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ services:
- ${UI_PORT}:${UI_PORT}
oauth2:
container_name: camino_oauth2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.3.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
environment:
OAUTH2_PROXY_PROVIDER: 'keycloak-oidc'
OAUTH2_PROXY_CLIENT_ID: ${KEYCLOAK_CLIENT_ID}
......
......@@ -88,7 +88,7 @@ services:
restart: unless-stopped
oauth2:
container_name: camino_oauth2
image: quay.io/oauth2-proxy/oauth2-proxy:v7.3.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
depends_on:
- ui
- keycloak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment