python-consul
python-consul copied to clipboard
Python client for Consul (http://www.consul.io/)
Hi, As I understand in Python 3.11 @asyncio.coroutine was removed and replaced with `async def` syntax. Can you update the library to support this?
When creating a service registration, requests. exceptions. ConnectionError: HTTP ConnectionPool (host ='192.168.0.1', port = 8500): Max retries exceeded with URL
I check this functions, And I want to use mata in register,but there is no entrance to use meta. pls add meta to regiseter or PR?? def register( self, name,...
With 1.1.0, calling catalog.node results in: ``` index, node_data = self.consul_api.catalog.node(node, dc=datacenter) File "/nix/store/syk8xm6qgz0hqxb3gnazx9gvw70sh9ny-python3-3.8.6-env/lib/python3.8/site-packages/consul/base.py", line 1390, in node params['token'] = token TypeError: list indices must be integers or slices, not...
When registering a service using the local consul agent and a .json file, I can register a service with a meta data field. However through python (v.1.1.0) this parameter is...
Latest version of python-consul fails to register or deregister any services when ACLs are enabled, because the way it submits the auth token was deprecated and support dropped around consul...
latest master branch already support this param,but latest tag(1.1.0) does not support this BTW this param is also already written supported in API doc. please make a new tag to...
when using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error host="consul-cluster.consul.AAAAAAAA.aws.hashicorp.cloud" token="XXXXXX" scheme="https" port="443" verify=True cert="/home/r2_user1/Downloads/consul/ca.pem"...
in base/consul.py functions sesson create session renew session destroy session list session node token is not passed in the http requets and it gives ACL permission denied error when using...