python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

handle CONSUL_HTTP_ADDR including a http:// or https:// scheme

Open lukebigum opened this issue 5 years ago • 1 comments

An environment variable of CONSUL_HTTP_ADDR=https://localhost:8501/ is valid for the Consul CLI. This PR allows the scheme/protocol to be pulled out of this environment variable.

lukebigum avatar Jan 25 '20 20:01 lukebigum

https://github.com/poppyred/python-consul2/blob/master/consul/base.py#L335-L353 @lukebigum Interested in coming here

poppyred avatar May 14 '20 04:05 poppyred