mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 11:19:00 +00:00
java_cert: support proxy authentication from https_proxy env var (#11753)
* java_cert: support proxy authentication from https_proxy env var
When https_proxy is set with credentials (USER:PASSWORD@HOST:PORT),
pass the corresponding JVM proxy auth flags to keytool and clear the
JDK 8u111+ Basic auth tunneling restriction.
Fixes https://github.com/ansible-collections/community.general/issues/4126
* java_cert: add changelog fragment for PR #11753
* java_cert: fix changelog fragment type to minor_changes
---------
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 12.6.0.yml | ||
| 8852-snmp-facts-pysnmp7.yml | ||
| 10786-jira-cloud-search.yml | ||
| 11664-mssql-named-instance-port.yml | ||
| 11681-pacman-root-cachedir-config.yml | ||
| 11688-flatpak-fix-runtime-removal.yml | ||
| 11689-composer-create-project-idempotent.yml | ||
| 11698-ipa-failed-response.yml | ||
| 11717-fix-error-dnsttl.yml | ||
| 11721-xenserver-guest-codeqa.yml | ||
| 11728-opendj_backendprop-cmdrunner.yml | ||
| 11738-run-command-locale-group3-batch1.yml | ||
| 11740-run-command-locale-group3-batch2.yml | ||
| 11741-run-command-locale-group3-batch3.yml | ||
| 11742-run-command-locale-nmcli.yml | ||
| 11753-java-cert-proxy-auth.yml | ||
| 11754-mssql-script-params-substitution.yml | ||