Skip to content

Commit a3b858e

Browse files
authored
Merge pull request #1671 from romayalon/romy-core-role-routes-permisisons-fix
Fix noobaa-core routes permission issue
2 parents 7800149 + 94bdc3c commit a3b858e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

deploy/role_core.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ rules:
4545
- securitycontextconstraints
4646
verbs:
4747
- use
48+
- apiGroups:
49+
- route.openshift.io
50+
resources:
51+
- routes
52+
verbs:
53+
- get
54+
- create
55+
- update
56+
- list
57+
- watch

pkg/bundle/deploy.go

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6602,7 +6602,7 @@ subjects:
66026602
name: custom-metrics-prometheus-adapter
66036603
`
66046604

6605-
const Sha256_deploy_role_core_yaml = "c3cfb5b87298224fd6e4e4bff32d3948ad168a0110b8569118a260739ef5d5e7"
6605+
const Sha256_deploy_role_core_yaml = "1ec420603dcec64b247852d106535a85a1a866129f78f790c2e5c9285f029ae7"
66066606

66076607
const File_deploy_role_core_yaml = `apiVersion: rbac.authorization.k8s.io/v1
66086608
kind: Role
@@ -6651,6 +6651,16 @@ rules:
66516651
- securitycontextconstraints
66526652
verbs:
66536653
- use
6654+
- apiGroups:
6655+
- route.openshift.io
6656+
resources:
6657+
- routes
6658+
verbs:
6659+
- get
6660+
- create
6661+
- update
6662+
- list
6663+
- watch
66546664
`
66556665

66566666
const Sha256_deploy_role_db_yaml = "bc7eeca1125dfcdb491ab8eb69e3dcbce9f004a467b88489f85678b3c6872cce"

0 commit comments

Comments
 (0)