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

[Feature]: Refactoring of ClusterAccess to allow single user cluster access #289

Open
christianhuening opened this issue Nov 6, 2022 · 0 comments
Labels
enhancement New feature or request triage Issue needs to be reviewed by a maintainer.

Comments

@christianhuening
Copy link
Collaborator

We propose to change how cluster access works in general:

Currently there is an aggregate TenantClusterBinding which grants access, but that is very specific to the Tenant stuff. I would like it better if we could give a single user access to a cluster too. Like a ClusterAccess which can point to a user or a tenant or all users to give all users access to a cluster.

AC:

  • Create a new Aggregate called ClusterAccess
  • Design this in a way that an admin can
    • give a single user access to a cluster
    • give a tenant access to a cluster
    • give all users access to a cluster (keep in mind that there are roles within a cluster, so there must be a role for this case part of the access too)
@christianhuening christianhuening added enhancement New feature or request triage Issue needs to be reviewed by a maintainer. labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issue needs to be reviewed by a maintainer.
Projects
None yet
Development

No branches or pull requests

1 participant