Skip to content

Commit e964be4

Browse files
committed
Update RBAC rules for additional resource access
Added 'configmaps' to the list of resources and enabled the 'watch' verb for core resources in the management.yaml RBAC configuration. This allows for broader monitoring and management capabilities.
1 parent bcfe28f commit e964be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/management/management.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rules:
1313
resources: ["inferenceservices"]
1414
verbs: ["get", "list", "create", "update", "patch", "delete"]
1515
- apiGroups: [""]
16-
resources: ["pods", "pods/log", "nodes", "namespaces", "services"]
17-
verbs: ["get", "list"]
16+
resources: ["pods", "pods/log", "nodes", "namespaces", "services", "configmaps"]
17+
verbs: ["get", "list", "watch"]
1818
- apiGroups: ["apps"]
1919
resources: ["deployments"]
2020
verbs: ["get", "list"]

0 commit comments

Comments
 (0)