Skip to content

Commit

Permalink
Bug 1776135: Allow ASBO to access endpoints (#1260)
Browse files Browse the repository at this point in the history
also remove TODO comment left over from previous PR
https://github.com/openshift/ansible-service-broker/pull/1256/files#r345233931
  • Loading branch information
jmrodri authored and openshift-merge-robot committed Dec 11, 2019
1 parent e15299b commit 346a81a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec:
- secrets
- services
- services/finalizers
- endpoints
verbs:
- "*"
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
# TODO this should be a clusterrole
name: {{ broker_operator_name }}-prom-k8s
namespace: {{ broker_namespace }}
rules:
Expand Down

0 comments on commit 346a81a

Please sign in to comment.