Skip to content

Commit 5221dc0

Browse files
Ladasclaude
andcommitted
fix: Add agent.kagenti.dev RBAC permissions to kagenti-ui
- Grants kagenti-ui permissions to create/manage Agent CRs - Adds permissions for agents, agentbuilds, and agentcards resources - Fixes "Agent 'weather-service' not found" error during import Without these permissions, the UI cannot create or query Agent CRs, causing agent import failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 693e513 commit 5221dc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/01-platform/kagenti-ui/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ rules:
2424
- apiGroups: ["kagenti.operator.dev"]
2525
resources: ["components"]
2626
verbs: ["get", "list", "delete", "create", "update", "patch", "watch"]
27+
- apiGroups: ["agent.kagenti.dev"]
28+
resources: ["agents", "agentbuilds", "agentcards"]
29+
verbs: ["get", "list", "delete", "create", "update", "patch", "watch"]
2730
---
2831
apiVersion: rbac.authorization.k8s.io/v1
2932
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)