Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add troubleshooting note for group visibility issue in Assign Global Role #1591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,16 @@ When you fill the **Configure a Keycloak OIDC account** form and click on **Enab
### Keycloak Error: "Invalid grant_type"

* In some cases, this error message may be misleading and is actually caused by setting the `Valid Redirect URI` incorrectly.

### Unable to See Groups When Assigning Global Roles

When setting up an Keycloak OIDC, if the user isn't part of any groups, `groupSearchEnabled` is disabled, preventing group search in Assign Global Roles.
This can't be updated through the UI. You can do one of the following workaround.

- **Workaround 1:** Edit the `authconfig/keycloakoidc` on Rancher local:
```bash
kubectl edit authconfigs.management.cattle.io keycloakoidc
```
Set `groupSearchEnabled: true`.

- **Workaround 2:** Reconfigure the Keycloak OIDC setup using a user that is assigned to at least one group in Keycloak.
Loading
Loading