Investigate need for kyma-system
and istio-system
RoleBindings to klm-manager-role
ClusterRole
#1613
Closed
4 of 5 tasks
Labels
area/quality
Related to all activites around quality
kind/feature
Categorizes issue or PR as related to a new feature.
Description
As of now we have three bindings to
klm-manager-role
ClusterRole forkcp-system
,kyma-system
andistio-system
namespaces: https://github.com/kyma-project/lifecycle-manager/blob/main/config/rbac/namespace_bindings/role_binding.yamlWhile testing the helm setup, we tried to remove the ones for
kyma-system
andistio-system
, but this leads to errors like:Those errors are surprising because KLM should be working in
kcp-system
namespace on KCP, andkyma-system
namespace only on SKR which is accessed through the related kubeconfig file.We need to find out why those bindings are needed and if it can be reduced to not need those anymore.
Reasons
Keeping RBAC as restricted and clean as possible
Acceptance Criteria
Feature Testing
No response
Testing approach
No response
Attachments
No response
The text was updated successfully, but these errors were encountered: