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

Solution for integration-testing various permissions setups #192

Open
jinnovation opened this issue Apr 21, 2024 · 0 comments
Open

Solution for integration-testing various permissions setups #192

jinnovation opened this issue Apr 21, 2024 · 0 comments

Comments

@jinnovation
Copy link
Owner

Context

Kele's current implementation, for the most part, makes the simplistic and naive assumption that the user has full permissions to do whatever they want with the cluster in question. This is, more often than not, not the case.

Many of Kele's existing bugs and feature gaps are exactly due to this assumption (#191, #152). While some work has been done to streamline UX w.r.t. auth (#184 and #181), there are many "unknown unknowns" w.r.t. auth.

The Task

Create a solution for spinning up integration-test clusters with varying degrees of auth. For example:

  • A cluster where the user has certain kind-verb pairs forbidden;
  • A cluster where the user has absolutely no permissions whatsoever
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

1 participant