abarbare
abarbare
Hello, This PR correct the issue 236 from original python-consul repository https://github.com/cablehead/python-consul/issues/236
Following this commit https://github.com/ansible-community/ansible-consul/commit/b41858efc5a86f145cf47b5f793903505fcd1f79 https://github.com/ansible-community/ansible-consul/pull/499 running the playbook against a Consul > v1.11.0 version won't fetch the existing master token from the config file as the field is now renamed....
Previous TLS options are deprecated in consul 1.12 https://www.consul.io/docs/agent/config/config-files#tls_deprecated_options the default version of tls_min_version is also updated following https://www.consul.io/docs/agent/config/config-files#tls_defaults_tls_min_version This MR set the config file with new tls stanza
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
My environment is set to deny all request and I need to specify token for each of my API call. This PR intent to add token parameter on session creation
This PR implements the graceful leave command asked in PR #236 It perform a graceful leave and shutdown for consul agent.