From 702c6370130eb28639eb543357a35860e0731c11 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Tue, 24 Feb 2026 16:26:04 +0530 Subject: [PATCH] RBAC updated --- templates/backstage-rbac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/backstage-rbac.yaml b/templates/backstage-rbac.yaml index ff2dfc6..ad464b1 100644 --- a/templates/backstage-rbac.yaml +++ b/templates/backstage-rbac.yaml @@ -29,10 +29,10 @@ rules: resources: ["networkpolicies"] verbs: ["get", "list", "watch"] - # ArgoCD Applications - for cleanup when deleting environments + # ArgoCD Applications - for environment provisioning and cleanup - apiGroups: ["argoproj.io"] resources: ["applications"] - verbs: ["get", "list", "watch", "delete"] + verbs: ["get", "list", "watch", "create", "patch", "update", "delete"] # Argo Workflows - for monitoring environment provisioning status - apiGroups: ["argoproj.io"]