From e11298de26b3287a3c03c5d5087411e25406554d Mon Sep 17 00:00:00 2001 From: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:01:49 +0100 Subject: [PATCH] add keycloak version requirement Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> --- examples/custom-resources/oidc/keycloak_setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/custom-resources/oidc/keycloak_setup.md b/examples/custom-resources/oidc/keycloak_setup.md index d7af482c14..9863e32c63 100644 --- a/examples/custom-resources/oidc/keycloak_setup.md +++ b/examples/custom-resources/oidc/keycloak_setup.md @@ -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: