Skip to content

Commit

Permalink
Merge pull request #2769 from OdedViner/console_rbac
Browse files Browse the repository at this point in the history
Delete console.openshift.io group from clusterrole
  • Loading branch information
openshift-merge-bot[bot] committed Aug 30, 2024
2 parents da3dd0c + 2fe5161 commit 8499a91
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ rules:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
1 change: 0 additions & 1 deletion controllers/storagecluster/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ var validTopologyLabelKeys = []string{
// +kubebuilder:rbac:groups=template.openshift.io,resources=templates,verbs=*
// +kubebuilder:rbac:groups=config.openshift.io,resources=infrastructures;networks,verbs=get;list;watch
// +kubebuilder:rbac:groups=config.openshift.io,resources=clusterversions;networks,verbs=get;list;watch
// +kubebuilder:rbac:groups=console.openshift.io,resources=consolequickstarts,verbs=*
// +kubebuilder:rbac:groups=apiextensions.k8s.io,resources=customresourcedefinitions,verbs=get;list;watch;create;update
// +kubebuilder:rbac:groups=route.openshift.io,resources=routes,verbs=create;delete;list;watch;update
// +kubebuilder:rbac:groups=coordination.k8s.io,resources=leases,verbs=get;list;create;update
Expand Down
6 changes: 0 additions & 6 deletions deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ spec:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ spec:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 8499a91

Please sign in to comment.