Skip to content

Commit b3350eb

Browse files
committed
Ref #35096: add services permission to shinyproxy
1 parent 55d9d4f commit b3350eb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/deployment/bases/clustered/resources/shinyproxy-operator.rbac.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ rules:
3838
- apiGroups: [ "extensions" ]
3939
resources: [ "replicasets" ]
4040
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
41-
- apiGroups: [ "zalando.org" ]
42-
resources: [ "routegroups" ]
43-
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
4441
---
4542
kind: ClusterRoleBinding
4643
apiVersion: rbac.authorization.k8s.io/v1

docs/deployment/bases/shinyproxy/resources/shinyproxy.rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ rules:
1515
- apiGroups: [ "" ]
1616
resources: [ "events" ]
1717
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
18+
- apiGroups: [ "" ]
19+
resources: [ "services" ]
20+
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
1821
---
1922
kind: RoleBinding
2023
apiVersion: rbac.authorization.k8s.io/v1

docs/deployment/overlays/3-namespaced-app-ns/my-namespace/resources/shinyproxy-apps-role-my-ns.rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ rules:
1010
- apiGroups: [ "" ]
1111
resources: [ "events" ]
1212
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
13+
- apiGroups: [ "" ]
14+
resources: [ "services" ]
15+
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
1316
---
1417
kind: RoleBinding
1518
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)