-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: Allow assigning an organization IG to a job template without requiring org admin #4292
Comments
This seems the wrong way to do this, since the roles would likely be on the IGs, and you're not administrating them. |
It would be great if users could select instance groups assigned to their organization to their job templates (without granting them Org Admin). Perhaps via a new Org/Role or enhancement of Org/Job Template Admins? |
see also #2785 |
retitled to reflect the problem that needs solved |
Also interested in this one! It seems a funny one in terms of what the permission is on. A job template admin can't assign the instance group, but is that because they can't 'use' the instance group effectively? |
…rmissions Fix permissions for vendored collections in dev env
+1 |
1 similar comment
+1 |
The challenge I see here is that the Giving permissions via a many-to-many to organizations while also using that for fallback rules introduced some debt that we're going to have to resolve here. Depending on the big-picture direction from @ffirg and others, we may introduce a new ForeignKey In any case, we will require additional special data migration steps
|
ISSUE TYPE
COMPONENT NAME
SUMMARY
Currently in AWX only System Admin/Org Admin can assign Instance Group but needs new role i.e. "Instance Group Admin" role and this role will help a user to assign existing instance group in a Job Template.
The text was updated successfully, but these errors were encountered: