Replies: 1 comment
-
|
Sorry, we were still on version 0.24.0. After updating to 0.25.1, everything works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured AKHQ so that the user has to log in via OIDC with Keycloak.
If I assign the user the role "kafka-reader" or "kafka-admin" in Keycloak, everything works as expected. In AKHQ, the predefined groups "admin" and "reader" are used.
However, I need a third group in AKHQ that gives the user more permissions than "reader" but fewer than "admin." I called it "writer."
If I assign the user the role "kafka-writer" in Keycloak, I can't log in. It seems like I'm running into the "no-roles" case.
What am I doing wrong, or where is my thinking error?
Beta Was this translation helpful? Give feedback.
All reactions