diff --git a/templates/backstage-rbac.yaml b/templates/backstage-rbac.yaml index 3bd98a9..ff2dfc6 100644 --- a/templates/backstage-rbac.yaml +++ b/templates/backstage-rbac.yaml @@ -38,6 +38,16 @@ rules: - apiGroups: ["argoproj.io"] resources: ["workflows"] verbs: ["get", "list", "watch"] + + # Gateway API HTTPRoutes - for displaying service URLs + - apiGroups: ["gateway.networking.k8s.io"] + resources: ["httproutes"] + verbs: ["get", "list", "watch"] + + # Ingress - for displaying service URLs (legacy) + - apiGroups: ["networking.k8s.io"] + resources: ["ingresses"] + verbs: ["get", "list", "watch"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding