Merged
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. |
bednar
approved these changes
Feb 18, 2025
Contributor
Author
|
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" |
Contributor
Author
|
Final manual tests with envoy proxy to clustered server with self-signed certificates pass. Ready to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #118
Proposed Changes
QueryApiobjectChecklist