Skip to content

Commit

Permalink
accessing the keycloak console behind a proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Mercier committed Nov 8, 2024
1 parent 608c1a0 commit 197983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication/Keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you already have an Openshift cluster, you can skip the section [Before you s
```shell
oc new-project keycloak
```
- Continue from the section [Start Keycloak](https://www.keycloak.org/getting-started/getting-started-openshift#_start_keycloak) using the file [keycloak.yaml](keycloak.yaml) instead of the one online as suggested at the first step, ie.:
- Continue from the section [Start Keycloak](https://www.keycloak.org/getting-started/getting-started-openshift#_start_keycloak) using the file [keycloak.yaml](keycloak.yaml) instead of the one online as suggested at the first step (which may prevent from accessing the console behind a proxy), ie.:
```shell
oc process -f keycloak.yaml \
-p KEYCLOAK_ADMIN=admin \
Expand Down

0 comments on commit 197983d

Please # to comment.