Skip to content
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

How to create user groups in GKE cluster #4

Open
vbanthia-zz opened this issue Jun 12, 2018 · 1 comment
Open

How to create user groups in GKE cluster #4

vbanthia-zz opened this issue Jun 12, 2018 · 1 comment

Comments

@vbanthia-zz
Copy link

RBAC roleBinding & clusterRoleBinding API provide to create binding with kind: Group subjects. Is it possible to create groups on GKE. After going through lots of documentation, providing user group information is job of authenticator server. There are ways to use your own custom authenticator by using k8s webhook authentication system, but that requires setting special configuration in api-server which we cannot access directly on GKE.

My question is have you able to provide user group successfully in GKE using any kind of authentication system?

@freeseacher
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants