Skip to content

Commit

Permalink
Merge pull request #4955 from andreadecorte/4954
Browse files Browse the repository at this point in the history
Add permissions to update certificates/status to allow namespace admins to renew manually a Certificate
  • Loading branch information
jetstack-bot committed Mar 21, 2022
2 parents 3266d13 + f6d8c4f commit 068c5f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/charts/cert-manager/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ rules:
- apiGroups: ["cert-manager.io"]
resources: ["certificates", "certificaterequests", "issuers"]
verbs: ["create", "delete", "deletecollection", "patch", "update"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates/status"]
verbs: ["update"]
- apiGroups: ["acme.cert-manager.io"]
resources: ["challenges", "orders"]
verbs: ["create", "delete", "deletecollection", "patch", "update"]
Expand Down

0 comments on commit 068c5f0

Please sign in to comment.