Skip to content

Commit

Permalink
Merge pull request #13 from RedHatGov/issue-12
Browse files Browse the repository at this point in the history
Allow http callback from keycloak
  • Loading branch information
theckang authored Nov 17, 2021
2 parents 93a1cba + 7deb4f7 commit cc590ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop/content/lab5.3_prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Run the following in the CLI:

```execute
SSO_SVC=$(oc get route keycloak --template='{{.spec.host}}')
oc set env dc/app-ui FAKE_USER=false SSO_SVC_HOST=$SSO_SVC
oc set env dc/app-ui NODE_TLS_REJECT_UNAUTHORIZED=0 FAKE_USER=false SSO_SVC_HOST=$SSO_SVC
```

<br/>
Expand Down

0 comments on commit cc590ef

Please sign in to comment.