-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 user details when login with OIDC #8941
Comments
We can try to extract the user name from the token but that's it. We do it for the service account token. It would need to be some kind of standardized way though, either via commonly known claims or something else that is embedded inside the token. We definitely won't do that for anything custom. https://github.com/kubernetes/dashboard/blob/master/modules/auth/pkg/routes/me/me.go |
I guess |
@floreks I see the same behavior with User impersonation. Pre 7.0.0 (https://github.com/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.0.0) version, this was not the case. Do you want me to open separate issue for it or track it as part of this ? |
Respecting impersonation header username will be a part of this. It is indeed ignored right now. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
What would you like to be added?
Hi,
I've done the following setup:
The authentication flow works as expected: the IDP issues tokens with the
groups
claim, groups are mapped inaws-auth
ConfigMap, I can login in the dashboard and operate.The question is the following:
if a user is member of multiple groups in the IDP, how can I see the user details? How can I understand to which group is mapped?
From the dashboard, the only thing I can see is the following:
Is it possible add some user details in the dropdown?
Thanks
Why is this needed?
Better visibility about the logged user
The text was updated successfully, but these errors were encountered: