argoproj / argo-helm

ArgoProj Helm Charts
https://argoproj.github.io/argo-helm/
Apache License 2.0
1.77k stars 1.88k forks source link

fix(argo-workflows): Make Argo Agent and Artifact GC permissions optional for workflows SA #3048

Closed tico24 closed 2 hours ago

tico24 commented 6 hours ago

This changes the permissions on the workflows Service Account.

Previously we gave permissions for the Argo Agent and Artifact GC to every workflow SA, this was overly permissive. Now with this PR, these things are disabled by default but can be enabled by the user if those features are used.

Checklist: