mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
[PR #5662/471f523f backport][stable-6] redhat_subscription: add server_proxy_scheme
parameter (#5671)
redhat_subscription: add `server_proxy_scheme` parameter (#5662)
Add the `server_proxy_scheme` parameter to configure the scheme used for
the proxy server. This completes the configuration parameters for the
proxy server.
(cherry picked from commit 471f523f53
)
Co-authored-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
c1d6e5c3c2
commit
ff21afb227
3 changed files with 11 additions and 0 deletions
|
@ -308,6 +308,7 @@ TEST_CASES = [
|
|||
'org_id': 'admin',
|
||||
'force_register': 'true',
|
||||
'server_proxy_hostname': 'proxy.company.com',
|
||||
'server_proxy_scheme': 'https',
|
||||
'server_proxy_port': '12345',
|
||||
'server_proxy_user': 'proxy_user',
|
||||
'server_proxy_password': 'secret_proxy_password'
|
||||
|
@ -327,6 +328,7 @@ TEST_CASES = [
|
|||
'--server.proxy_hostname=proxy.company.com',
|
||||
'--server.proxy_password=secret_proxy_password',
|
||||
'--server.proxy_port=12345',
|
||||
'--server.proxy_scheme=https',
|
||||
'--server.proxy_user=proxy_user'
|
||||
],
|
||||
{'check_rc': True},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue