Skip to content

Commit

Permalink
add keycloak version requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Haywood Shannon <[email protected]>

Signed-off-by: Haywood Shannon <[email protected]>
  • Loading branch information
haywoodsh committed Jul 24, 2024
1 parent e08337e commit e11298d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/custom-resources/oidc/keycloak_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This guide will help you configure KeyCloak using Keycloak's API:

**Notes**:

- if you changed the username and password for Keycloak in `keycloak.yaml`, modify the commands accordingly.
- This guide has been tested with keycloak 19.0.2 and later. If you modify `keycloak.yaml` to use an older version, Keycloak may not start correctly or the commands in this guide may not work as expected. The Keycloak OpenID endpoints `oidc.yaml` might also be different in older versions of Keycloak.
- if you changed the admin username and password for Keycloak in `keycloak.yaml`, modify the commands accordingly.
- The instructions use [`jq`](https://stedolan.github.io/jq/).

Steps:
Expand Down

0 comments on commit e11298d

Please sign in to comment.