1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] 19a87874f7
Update java_cert module (#2008) (#2199)
* porting https://github.com/ansible/ansible/pull/56778 as requested in https://github.com/ansible-collections/community.general/issues/821

* fix imports, add back trust_cacerts option

* try to fix import, ansible-lint fixes

* modify import to use ansible.module_utils.six instead

* cleanup indentation for tests/integration/targets/java_cert/tasks/main.yml file

* remove external crypto dependency - switch to openssl, work on password obfuscation, using files compare to reduce logic

* java_cert - remove latest run_command using password in arguments

* fix sanity check

* rename changelog fragment file - wrong extension

* add openssl dependency

* fix openssl_bin parameter missing on _get_digest_from_x509_file function call

* remove useless close files, fix paragraph, fix changelog, clean import re

* fix missing dots at end-of-line in changelogs fragments

* fix reminder case

* fix changelog

* restore .gitignore

* fix indentation on integration test files, delete useless json file

* fix typo importing tasks in tests/integration/targets/java_cert/tasks/main.yml

* Update changelogs/fragments/2008-update-java-cert-replace-cert-when-changed.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update tests/integration/targets/java_cert/tasks/state_change.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/system/java_cert.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix hardcoded executable keytool, use re.sub instead of import, add required cert_url or cert_alias parameter when absent, fix python script and cert_url test

* fix pylint issue with setupSSLServeR.py

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 40ce0f995b)

Co-authored-by: absynth76 <58172580+absynth76@users.noreply.github.com>
2021-04-07 20:41:58 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
1978-jira-transition-logic.yml jira - changing the logic for transition (#1978) (#2195) 2021-04-07 08:39:06 +02:00
1993-haproxy-fix-draining.yml Fix HAProxy draining (#1993) (#2198) 2021-04-07 20:15:51 +02:00
2008-update-java-cert-replace-cert-when-changed.yml Update java_cert module (#2008) (#2199) 2021-04-07 20:41:58 +02:00
2135-vmadm-resolvers-type-fix.yml fix type information for vmadm.resolvers (#2136) (#2138) 2021-03-31 12:00:29 +02:00
2139-dimensiondata_network-str-format.yml fixed str formatting (#2139) (#2141) 2021-03-31 14:15:05 +02:00
2142-apache2_mod_proxy-cleanup.yml apache2_mod_proxy - minor improvements/fixes (#2142) (#2145) 2021-04-01 09:01:38 +02:00
2143-kibana_plugin-fixed-function-calls.yml kibana_plugin: fixed remove call + run_command with list instead of str (#2143) (#2149) 2021-04-02 22:25:57 +02:00
2144-atomic_get_bin_path.yml using get_bin_path() on atomic modules (#2144) (#2151) 2021-04-02 22:35:56 +02:00
2157-unreachable-code.yml removed unreachable code (#2157) (#2170) 2021-04-05 09:50:16 +02:00
2160-list-literals.yml rewritten as list literals (#2160) (#2168) 2021-04-05 09:50:07 +02:00
2161-pkgutil-list-extend.yml fixed calls to list.extend() (#2161) (#2166) 2021-04-04 23:59:59 +02:00
2162-modhelper-variables.yml ModuleHelper variables management (#2162) (#2178) 2021-04-05 15:39:08 +02:00
2163-java_keystore_1667_improve_temp_files_storage.yml java_keystore/fix 1667 improve temp files storage (#2163) (#2176) 2021-04-05 15:19:17 +02:00
2177-java_keystore_1668_dont_expose_secrets_on_cmdline.yml replace inline clear password by environment variable (#2177) (#2182) 2021-04-05 18:45:06 +02:00
2185-xfconf-absent-check-mode.yml xfconf - state absent was not honoring check_mode (#2185) (#2186) 2021-04-06 17:26:52 +02:00
2188-xfconf-modhelper-variables.yml Applying ModuleHelper variable mgmt to xfconf -> improvements on MH (#2188) (#2191) 2021-04-06 21:51:12 +02:00