mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Update awxkit to enable export of Galaxy credentials associated to organizations
This commit is contained in:
@@ -140,6 +140,7 @@ class Resources(object):
|
||||
_organization_admins = r'organizations/\d+/admins/'
|
||||
_organization_applications = r'organizations/\d+/applications/'
|
||||
_organization_execution_environments = r'organizations/\d+/execution_environments/'
|
||||
_organization_galaxy_credentials = r'organizations/\d+/galaxy_credentials/'
|
||||
_organization_inventories = r'organizations/\d+/inventories/'
|
||||
_organization_users = r'organizations/\d+/users/'
|
||||
_organizations = 'organizations/'
|
||||
|
||||
Reference in New Issue
Block a user