mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
add a data migration for Galaxy credentials
see: https://github.com/ansible/awx/issues/7813
This commit is contained in:
@@ -1177,13 +1177,13 @@ ManagedCredentialType(
|
||||
ManagedCredentialType(
|
||||
namespace='galaxy_api_token',
|
||||
kind='galaxy',
|
||||
name=ugettext_noop('Ansible Galaxy Automation Hub API Token'),
|
||||
name=ugettext_noop('Ansible Galaxy/Automation Hub API Token'),
|
||||
inputs={
|
||||
'fields': [{
|
||||
'id': 'url',
|
||||
'label': ugettext_noop('Galaxy Server URL'),
|
||||
'type': 'string',
|
||||
'help_text': ugettext_noop('The URL of the galaxy instance to connect to.')
|
||||
'help_text': ugettext_noop('The URL of the Galaxy instance to connect to.')
|
||||
},{
|
||||
'id': 'auth_url',
|
||||
'label': ugettext_noop('Auth Server URL'),
|
||||
|
||||
Reference in New Issue
Block a user