Google authentication giving invalid credentials. #3183
-
We have 2 setups of kafka, one each for dev and prod. I want to setup UI with RBAC for both of them. Google authentication seems to be working fine on Dev, but giving invalid creds on prod. config for dev and prod. DEVELOPMENT |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey, please try Also, a tip: you can enable browser's developer console once you authenticate, you might get useful info upon an auth error (look at the URLs of requests). |
Beta Was this translation helpful? Give feedback.
-
Hi, I wanted to know if there is any way to configure google's oauth2 and use the google provider to do RBAC by groups and not just by user or entire domain as shown in the documentation: kafka: auth: provider: It only allows you to use domain or user, but if I have 100 users, I would have to create a role for each one and map it in a huge .yaml file. Also, when a new resource enters, it must be modified to add it. |
Beta Was this translation helpful? Give feedback.
@abhinavgautam07 302 is "found", not "not found", it's a redirect.
scope: openid
) along other variables.