Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Adds support for CONSUL_HTTP_TOKEN_FILE #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MattDietz
Copy link

Adds support for CONSUL_HTTP_TOKEN_FILE, which mirrors functionality
found into the official Go client by Hashicorp. If defined, the
CONSUL_HTTP_TOKEN_FILE will override tokens passed in any other way
to the client.

Adds support for CONSUL_HTTP_TOKEN_FILE, which mirrors functionality
found into the official Go client by Hashicorp. If defined, the
CONSUL_HTTP_TOKEN_FILE will override tokens passed in any other way
to the client.
@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #32 (4be9cba) into master (7aa1ff4) will decrease coverage by 0.30%.
The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   94.45%   94.15%   -0.31%     
==========================================
  Files           6        6              
  Lines        1840     1847       +7     
==========================================
+ Hits         1738     1739       +1     
- Misses        102      108       +6     
Flag Coverage Δ
unittests 94.15% <14.28%> (-0.31%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
consul/base.py 93.45% <14.28%> (-0.34%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7aa1ff4...4be9cba. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant