Trouble setting up RBAC (OIDC auth works fine) #1270
Replies: 3 comments 3 replies
-
you forgot groups in scope scope:
- openid
- profile
- email
- groups |
Beta Was this translation helpful? Give feedback.
-
Hi Thanks - i've tried that - but if i add 'groups' - i get "Invalid credentials" on the front-end and no error logs in the backend. As per above though, I could see in the logs the Cheers |
Beta Was this translation helpful? Give feedback.
-
I've tried this just now - and with I can however still see the groups being returned:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm wondering if i'm missing some RBAC configuration - I'm starting small but for some reason i can no longer list my clusters when i turn on RBAC. I assume the 'name' in the clusters must match the list of clusters. Also i assume that kafka, rbac, auth are all at the same level (e.g. rbac isn't specified under 'auth')
Here's the configuration I have:
then in my rbac configuration
I've turned debugging on and can see that my user is getting the groups passed in spring, at least in some form
My oauth set up
Any ideas on where to go from there?
Thanks
Chris
Beta Was this translation helpful? Give feedback.
All reactions