From 451f6a4f1433702d2678d343f25d283bbf007e35 Mon Sep 17 00:00:00 2001 From: Josh Pinkney Date: Fri, 10 Sep 2021 13:21:54 -0400 Subject: [PATCH] Change web terminal subscription permissions from get to list Signed-off-by: Josh Pinkney (cherry picked from commit 84d500a1822961ba406736bca02864a7caffb9a6) --- manifests/03-rbac-role-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/03-rbac-role-cluster.yaml b/manifests/03-rbac-role-cluster.yaml index d7a1e0af30..1f060290e1 100644 --- a/manifests/03-rbac-role-cluster.yaml +++ b/manifests/03-rbac-role-cluster.yaml @@ -112,7 +112,7 @@ rules: resourceNames: - web-terminal verbs: - - get + - list --- kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1