mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
mark PRIMARY_GALAXY_USERNAME and PRIMARY_GALAXY_PASSWORD as deprecated
This commit is contained in:
@@ -458,7 +458,8 @@ register(
|
|||||||
required=False,
|
required=False,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
label=_('Primary Galaxy Server Username'),
|
label=_('Primary Galaxy Server Username'),
|
||||||
help_text=_('For using a galaxy server at higher precedence than the public Ansible Galaxy. '
|
help_text=_('(This setting is deprecated and will be removed in a future release) '
|
||||||
|
'For using a galaxy server at higher precedence than the public Ansible Galaxy. '
|
||||||
'The username to use for basic authentication against the Galaxy instance, '
|
'The username to use for basic authentication against the Galaxy instance, '
|
||||||
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
|
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
|
||||||
category=_('Jobs'),
|
category=_('Jobs'),
|
||||||
@@ -472,7 +473,8 @@ register(
|
|||||||
required=False,
|
required=False,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
label=_('Primary Galaxy Server Password'),
|
label=_('Primary Galaxy Server Password'),
|
||||||
help_text=_('For using a galaxy server at higher precedence than the public Ansible Galaxy. '
|
help_text=_('(This setting is deprecated and will be removed in a future release) '
|
||||||
|
'For using a galaxy server at higher precedence than the public Ansible Galaxy. '
|
||||||
'The password to use for basic authentication against the Galaxy instance, '
|
'The password to use for basic authentication against the Galaxy instance, '
|
||||||
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
|
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
|
||||||
category=_('Jobs'),
|
category=_('Jobs'),
|
||||||
|
|||||||
Reference in New Issue
Block a user