You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: