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

RBAC management #5

Open
jkupferer opened this issue Jan 2, 2020 · 0 comments
Open

RBAC management #5

jkupferer opened this issue Jan 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jkupferer
Copy link
Contributor

It is difficult to track what ClusterRoleBindings and RoleBindings grant access to users and groups. It would be useful to support a mechanism of managing access that can both grant and revoke access to users, groups, and service accounts.

  cluster_role_bindings:
    cluster-admin:
      users: ['bob']
      groups: ['my-cluster-admins']
      service_accounts:
      - name: automation
        namespace: default      
      remove_unlisted: ['users', 'groups']
@jkupferer jkupferer added the enhancement New feature or request label Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant