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 RoleBinding in Fluent Bit configuration to restrict Cluster-level access #577

Open
sourabh507 opened this issue Dec 12, 2024 · 1 comment

Comments

@sourabh507
Copy link

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.

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.

@sourabh507
Copy link
Author

Hi everyone, just following up on this. Is there any update on this issue? Your assistance would be greatly appreciated. Thanks.

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