You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a separate RBAC permission for pruning that can be granted on the application level.
Motivation
Today for auto prune to work, any application needs the delete permission. However, this also allows users to delete any resource manually via the Argo UI. Instead, pruning based on a git revision change should work without granting users the delete permission.
Summary
It would be great to have a separate RBAC permission for pruning that can be granted on the application level.
Motivation
Today for auto prune to work, any application needs the
delete
permission. However, this also allows users to delete any resource manually via the Argo UI. Instead, pruning based on a git revision change should work without granting users the delete permission.Proposal
The issue is closely related to the concerns expressed in #3593
The text was updated successfully, but these errors were encountered: