Skip to content

Commit

Permalink
Merge pull request #7811 from ryanpetrello/deprecate-galaxy-basic-auth
Browse files Browse the repository at this point in the history
mark PRIMARY_GALAXY_USERNAME and PRIMARY_GALAXY_PASSWORD as deprecated

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
2 parents 15c4ab3 + 76ba363 commit b990271
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions awx/main/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ def _load_default_license_from_file():
required=False,
allow_blank=True,
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, '
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
category=_('Jobs'),
Expand All @@ -472,7 +473,8 @@ def _load_default_license_from_file():
required=False,
allow_blank=True,
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, '
'this is mutually exclusive with PRIMARY_GALAXY_TOKEN.'),
category=_('Jobs'),
Expand Down

0 comments on commit b990271

Please sign in to comment.