Skip to content

Commit

Permalink
Add the verb delete to allow the owner of the secret to delete the se…
Browse files Browse the repository at this point in the history
…cret created. Issue dapr#6406 (dapr#6412)

Signed-off-by: Charles Moulliard <[email protected]>
  • Loading branch information
cmoulliard authored May 31, 2023
1 parent 2ed5719 commit 5ed0709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dapr/charts/dapr_rbac/templates/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "update"]
verbs: ["get", "update","delete"]
resourceNames: ["dapr-trust-bundle"]
{{- if eq .Values.global.rbac.namespaced true }}
- apiGroups: ["dapr.io"]
Expand Down

0 comments on commit 5ed0709

Please sign in to comment.