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

Kubernetes authorization manager should not use ClusterRoles #4623

Closed
dmartinol opened this issue Oct 14, 2024 · 0 comments
Closed

Kubernetes authorization manager should not use ClusterRoles #4623

dmartinol opened this issue Oct 14, 2024 · 0 comments

Comments

@dmartinol
Copy link
Contributor

Expected Behavior

Kubernetes authorization manager should rely only on Roles and RoleBindings defined in the namespace of the Feast service.

Current Behavior

Kubernetes authorization manager also fetches ClusterRoles which means that the Feast service must be granted cluster-wide privileges to inspect these instances.

Steps to reproduce

Install a Feast service in Kubernetes and enable the kubernetes authorization module.

Possible Solution

Use only Roles and RoleBindings defined in the namespace of the Feast service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant