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

Require namespace-Level RoleBindings in Fluent Bit configuration to restrict Cluster-level access #9716

Closed
sourabh507 opened this issue Dec 12, 2024 · 2 comments

Comments

@sourabh507
Copy link

Is your feature request related to a problem? Please describe.
To avoid providing cluster-level access, we need to abstract permissions by assigning roles at the namespace level. For this purpose, we require a RoleBinding in the Fluent Bit configuration.

Describe the solution you'd like
A RoleBinding grants the permissions defined in a Role to a user or set of users within a specific namespace. This ensures that users have the necessary permissions to perform their tasks without having broader access to the entire cluster.

@patrick-stephens
Copy link
Contributor

Should this be on the helm chart? This repo has no specific requirements for K8S or is this specific to a plugin?

@sourabh507
Copy link
Author

Should this be on the helm chart? This repo has no specific requirements for K8S or is this specific to a plugin?

yes it should be there on the helm chart repo, let me create same issue there

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

2 participants