Skip to content

Commit 197983d

Browse files
author
Frederic Mercier
committed
accessing the keycloak console behind a proxy
1 parent 608c1a0 commit 197983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication/Keycloak/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you already have an Openshift cluster, you can skip the section [Before you s
100100
```shell
101101
oc new-project keycloak
102102
```
103-
- 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.:
103+
- 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.:
104104
```shell
105105
oc process -f keycloak.yaml \
106106
-p KEYCLOAK_ADMIN=admin \

0 commit comments

Comments
 (0)