Passing OIDC User's Information to Destination Clusters #18444
Closed
ahmadalkhansa
started this conversation in
General
Replies: 1 comment 1 reply
-
This is not currently supported. You can follow #7689 for more details |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering if it is possible to pass the information of authenticated users to destination clusters when performing actions on applications. The information would be username, groups, token issuer or user's access token itself. It would allow the use of dynamic admission controllers for fine-grained authorization and resource management. It can also be used to allow the authentication of users directly with the destination cluster in the case of passing access tokens to the API server of Kubernetes.
I can see that through Kubernetes events, user actions are traceable. There is also the possibility to check the application creation initiator. However, I cannot use validation controllers to manage fine-grained access control.
Thank you,
Ahmad
Beta Was this translation helpful? Give feedback.
All reactions