Skip to content

Commit

Permalink
Adding services and eventtypes rbac to sqssource clusterrole
Browse files Browse the repository at this point in the history
as found by @AceHack in knative#1035
  • Loading branch information
lberk committed Mar 18, 2020
1 parent 73dd6bb commit fed23f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion awssqs/config/201-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,21 @@ rules:
- eventing.knative.dev
resources:
- channels
- eventtypes
verbs:
- get
- list
- watch
# Secrets read
# Secrets & Services read
- apiGroups:
- ""
resources:
- secrets
- services
verbs:
- get
- list
- watch


---
Expand Down

0 comments on commit fed23f1

Please sign in to comment.