- forked from cablehead/python-consul
- Fix Consul.ACL support
- implement Connect Config Snapshot consul_api
- implement all consul http-api
- Add TLSSkipVerify for HTTPS check <bhuisgen@hbis.fr>
- timeout added to http requests <poppyred#4>
- handle CONSUL_HTTP_ADDR including a http:// or https:// scheme <poppyred#3>
- removes the WriteRequest in the json body where used. (https://www.consul.io/docs/upgrade-specific.html#stricter-json-decoding)
- refactors the api token to use the X-Consul-Token header instead of a parameter, which is
recommended and more secure.
- Fix catalog.register node_meta in data not in params (poppyred#11)
- Fix #7 #9 #10 #11