From eeff30b619b20b371a0377860eb25ff2fae6191a Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 2 Jan 2025 17:32:39 -0500 Subject: [PATCH 1/2] Fix keycloak client roles setup instructions --- content/deploy/install/keycloak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/deploy/install/keycloak.md b/content/deploy/install/keycloak.md index 879dc5be..68ed887b 100644 --- a/content/deploy/install/keycloak.md +++ b/content/deploy/install/keycloak.md @@ -96,7 +96,7 @@ Create a client for the DB as follows: On success, this opens the **Client details** page for the newly created client. -1. Select the **Roles** tab and add the following roles to the `{{< param db >}}` service account: +1. Select the **service account Roles** tab and assign the following roles to the `{{< param db >}}` service account. Change popup filter to **Filter by clients** to locate roles: - `manage-clients` - `manage-account` - `manage-users` From 01a7685c040211b17d59c31933bb302b7ebe894b Mon Sep 17 00:00:00 2001 From: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:44:29 -0300 Subject: [PATCH 2/2] Update content/deploy/install/keycloak.md --- content/deploy/install/keycloak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/deploy/install/keycloak.md b/content/deploy/install/keycloak.md index 68ed887b..dfaad1e6 100644 --- a/content/deploy/install/keycloak.md +++ b/content/deploy/install/keycloak.md @@ -96,7 +96,7 @@ Create a client for the DB as follows: On success, this opens the **Client details** page for the newly created client. -1. Select the **service account Roles** tab and assign the following roles to the `{{< param db >}}` service account. Change popup filter to **Filter by clients** to locate roles: +1. Select the **Service accounts roles** tab and assign the following roles to the `{{< param db >}}` service account. To locate roles, change the filter to **Filter by clients**: - `manage-clients` - `manage-account` - `manage-users`