-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add SSL Support to InfluxDB Connection #45
Add SSL Support to InfluxDB Connection #45
Conversation
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.
Please move the default value to the attribute definition in gh_configuration.py.
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.
Looks good!
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, thanks for the contribution!!
Curious as to why no checks were run on this PR? |
Hmm, great catch, not sure, but it does look like after merging, the ruff lint step failed. I will look into this today! EDIT: fixed in #48 |
This pull request adds support for secure SSL connections to InfluxDB. With SSL, data transmitted to InfluxDB will be encrypted, enhancing security and protecting metrics and data in transit.
This change will unblock users who need to connect to SSL-enabled InfluxDB instances, which currently fail with an error similar to the one mentioned below: