Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add proxy_headers to configuration options #301

Merged
merged 3 commits into from
Aug 16, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Aug 12, 2021

Closes #300
Closes #294

Proposed Changes

  1. added proxy_headers to configuration options
  2. added docs how to configure proxy

image

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2021

Codecov Report

Merging #301 (020a6cc) into master (cf21862) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   92.64%   92.65%           
=======================================
  Files          27       27           
  Lines        2189     2191    +2     
=======================================
+ Hits         2028     2030    +2     
  Misses        161      161           
Impacted Files Coverage Δ
influxdb_client/rest.py 84.21% <ø> (ø)
influxdb_client/client/influxdb_client.py 98.13% <100.00%> (+0.01%) ⬆️
influxdb_client/configuration.py 83.87% <100.00%> (+0.17%) ⬆️

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 cf21862...020a6cc. Read the comment docs.

@bednar bednar requested a review from wojciechka August 12, 2021 11:11
@bednar bednar marked this pull request as ready for review August 12, 2021 11:11
@bednar bednar requested review from rhajek and removed request for wojciechka August 12, 2021 11:15
@bednar bednar merged commit 569223c into master Aug 16, 2021
@bednar bednar deleted the doc/proxy-configuration branch August 16, 2021 06:30
@bednar bednar added this to the 1.20.0 milestone Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document using an HTTP Proxy with InfluxDBClient Lost token after a 301 redirection
3 participants