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

Add whitelisted namespaced resources support #2900

Closed
dontreboot opened this issue Dec 18, 2019 · 2 comments
Closed

Add whitelisted namespaced resources support #2900

dontreboot opened this issue Dec 18, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dontreboot
Copy link

Summary

Support whitelisted namespaces resources instead of supporting blacklisted namespaced resources

Motivation

I think it's harder to maintain a blacklist than a whitelist here. With a blacklist, whenever people add CRDs, they will have to remember to update the blacklist to explicitly deny access the new resources. With a whilelist, we define a list of known resources.

The model is similar to grant user access with deny all as the default when we grant more access based on needed which is a basically a "whiltelist" model.

Proposal

See #Motivation

@dontreboot dontreboot added the enhancement New feature or request label Dec 18, 2019
@kanapuli
Copy link

I would like to raise a PR for this. This is a much needed feature

@alexmt
Copy link
Collaborator

alexmt commented Apr 28, 2020

Implemented by #3314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants