mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
consul_kv: add ca_path option for custom CA certificate (#11817)
* consul_kv: add ca_path option for custom CA certificate Adds ca_path parameter to both the consul_kv module and consul_kv lookup plugin, allowing users to specify a CA bundle for HTTPS connections instead of being limited to toggling certificate validation on/off. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * consul_kv: add changelog fragment for PR #11817 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * consul_kv: address review comments from felixfontein - Fix verify logic: ca_path is ignored when validate_certs=false - Improve validate_certs description to nudge users toward ca_path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
changelogs/fragments/11817-consul-kv-ca-path.yml
Normal file
3
changelogs/fragments/11817-consul-kv-ca-path.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- consul_kv - add ``ca_path`` option to specify a CA bundle for HTTPS connections (https://github.com/ansible-collections/community.general/pull/11817).
|
||||
- consul_kv lookup plugin - add ``ca_path`` option to specify a CA bundle for HTTPS connections (https://github.com/ansible-collections/community.general/issues/2876, https://github.com/ansible-collections/community.general/pull/11817).
|
||||
Reference in New Issue
Block a user