Skip to content

Commit

Permalink
update creds remove path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Dec 6, 2024
1 parent 6156e93 commit 760e38a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/awx_plugins/credentials/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,14 +689,14 @@
'secret': False,
},
{
'id': 'ah_path_prefix',
'id': 'request_timeout',
'label': gettext_noop('Verify SSL'),
'type': 'string',
'secret': False,
'default': 'galaxy',
'help_text': gettext_noop(
'API path used to access the Hub api. Either galaxy, '
'or custom. By default it should be galaxy',
'Specify the timeout Ansible should use in requests to'
'the host. Defaults to 10s',
),
},
],
Expand All @@ -710,7 +710,6 @@
'aap_token': '{{oauth_token}}',
'aap_request_timeout': '{{request_timeout}}',
'aap_validate_certs': '{{verify_ssl}}',
'ah_path_prefix': '{{ah_path_prefix}}',
},
'env': {
'TOWER_HOST': '{{host}}',
Expand All @@ -730,7 +729,6 @@
'AAP_VALIDATE_CERTS': '{{verify_ssl}}',
'AAP_TOKEN': '{{oauth_token}}',
'AAP_REQUEST_TIMEOUT': '{{request_timeout}}',
'GALAXY_API_PATH_PREFIX': '{{ah_path_prefix}}',
},
},
)
Expand Down

0 comments on commit 760e38a

Please sign in to comment.