-
Notifications
You must be signed in to change notification settings - Fork 593
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
What would you like to be added:
Today, there's at least one place in clusterloader2 (xref) in which we create role bindings to system:anonymous
.
Can we alter clusterloader2 to stop doing this?
Why is this needed:
Two reasons:
- Creating bindings to
system:anonymous
is generally a bad practice, even if in this particular case the role being bound only allows read permissions. - Some k8s distros reject such actions by default, thus making it harder to utilize clusterloader2.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.