nautobot-app-golden-config icon indicating copy to clipboard operation
nautobot-app-golden-config copied to clipboard

Consider proper pattern for job approvals when model itself exposes a status/approval.

Open jeffkala opened this issue 4 months ago • 0 comments

Have a pattern to warn users of not using job-approvals when a model (config deployments) already exposes a way to approve/deny model instances. Steps to recreate:

Create a ConfigPlan Redirects to the job approval page. Change user, approve the job Click "continue" on popup about job being immediatly executed. Got to job result and notice the configplan "self" logic actually resulted in the job not running due to

 ['`E3025:` Cannot deploy configuration(s). One or more config plans are not approved.']}

jeffkala avatar Feb 09 '24 21:02 jeffkala