Skip to content

Commit 6ebb067

Browse files
Fix ca location of keycloak
1 parent 849aa77 commit 6ebb067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
auth_oauth2.issuer = ${OAUTH_PROVIDER_URL}
2-
auth_oauth2.https.cacertfile = ${FORWARD_PROXY_CA_CERT}
2+
auth_oauth2.https.cacertfile = ${KEYCLOAK_CA_CERT}
33
auth_oauth2.proxy = ${FORWARD_PROXY_URL}
44
#auth_oauth2.proxy_username = ${FORWARD_PROXY_USERNAME}
55
#auth_oauth2.proxy_password = ${FORWARD_PROXY_PASSWORD}

0 commit comments

Comments
 (0)