-
Notifications
You must be signed in to change notification settings - Fork 15
fix: 118 - query not using proxy #119
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
==========================================
+ Coverage 60.35% 60.45% +0.10%
==========================================
Files 33 33
Lines 2048 2051 +3
==========================================
+ Hits 1236 1240 +4
+ Misses 812 811 -1 ☔ View full report in Codecov by Sentry. |
Manual test with cluster seems to work client = InfluxDBClient3(
host="https://influxdb3-clustered-swan.brambora.zona-b.eu:443",
token="************",
org="Bonitoo",
database="Ephemera",
proxy="http://localhost:10000",
debug=True,
verify_ssl=False,
ssl_ca_cert="/home/pipin/bonitoo/qa/temp/influxdb3-python-issues/ssl/cert.pem"
) And envoy log shows...
So marking PR "PR ready for review" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Final manual tests with envoy proxy to clustered server with self-signed certificates pass. Ready to merge.
|
Closes #118
Proposed Changes
QueryApi
objectChecklist