Skip to content

Commit

Permalink
fix: add missing stepaction RBAC permission for resolver
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored and tekton-robot committed Nov 25, 2024
1 parent 7b76131 commit 4e8eec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resolvers/200-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rules:
resources: ["resolutionrequests", "resolutionrequests/status"]
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: ["tekton.dev"]
resources: ["tasks", "pipelines"]
resources: ["tasks", "pipelines", "stepactions"]
verbs: ["get", "list"]
# Read-only access to these.
- apiGroups: [""]
Expand Down

0 comments on commit 4e8eec7

Please sign in to comment.