AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.04k
stars
3.42k
forks
source link
Define approve permissions for each approve instead of the whole workflow #6843
Currently I can only define permissions "approve" for a whole "workflow".
But sometimes it is important that different persons or teams can approve multiple approve-steps in one workflow.
For example team1 is responsible to approve the 1st task, team2 is responsible to approve the 2nd task.
So there is the need to have a more detailed permission schema for approvals.
ISSUE TYPE
SUMMARY
Currently I can only define permissions "approve" for a whole "workflow".
But sometimes it is important that different persons or teams can approve multiple approve-steps in one workflow.
For example team1 is responsible to approve the 1st task, team2 is responsible to approve the 2nd task. So there is the need to have a more detailed permission schema for approvals.