Skip to content

Commit

Permalink
Fix failing Che when internal network url is not set up.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Nov 10, 2020
1 parent 10931a8 commit 423b51c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ che.infra.openshift.oauth_identity_provider=NULL
# is used
che.keycloak.auth_server_url=http://${CHE_HOST}:5050/auth

# Internal network service Url to keycloak identity provider server
che.keycloak.auth_internal_server_url=NULL

# Keycloak realm is used to authenticate users
# Can be set to NULL only if `che.keycloak.oidcProvider`
# is used
Expand Down

0 comments on commit 423b51c

Please sign in to comment.