restrict reflector action scope to a list of namespaces #493
fabiomarinetti
started this conversation in
Ideas
Replies: 2 comments
|
Also interested in this feature, like a command arg and/or an environment variable to restrict which namespaces should be watched for source Secrets (coma separated list). As of now, anyone can flood the cluster by creating Secrets reflected to all namespaces. If this is already possible (without custom admission control), can you please explain how? Thank you. |
0 replies
|
I think the ability to use namespace-scoped RoleBindings would be preferable. Having a service account with the ability to read all secrets on the cluster based on permissions is very bad for secure workloads |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
for security reason it could be great if reflector restricts its operational range within a set of namespaces. I tried to achieve this by defining one different rolebinding for each namespace instead of using a clusterrolebinding, but seemed not to work.
Is there a possibility to achieve this with the current code level?
All reactions