-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 unsafeSsl
parameter on InfluxDB
#2157
Add unsafeSsl
parameter on InfluxDB
#2157
Conversation
Could you sign your latest commit? There are another 2 errors related with the linting. Could you take a look at them? Thanks :) |
ce02cb8
to
ec2aac6
Compare
Would you mind updating Changelog (Improvements section), please? |
Signed-off-by: Dimitris Tsioumas <dtsioumas@protonmail.com>
e984aca
to
83c61c3
Compare
Signed-off-by: Dimitris Tsioumas <dtsioumas@protonmail.com>
3e75cd2
to
623421d
Compare
Signed-off-by: Dimitris Tsioumas <dtsioumas@protonmail.com>
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 a lot!
unsafeSsl
parameter on InfluxDB
Signed-off-by: Dimitris Tsioumas <dtsioumas@protonmail.com> Signed-off-by: nilayasiktoprak <nilayasiktoprak@gmail.com>
Signed-off-by: Dimitrios Tsioumas dtsioumas@protonmail.com
Adds unsafeSsL parameter in the InfluxDB scaler, usnafeSsl disables SSL certificate verification. Use when connecting over HTTPS with a self-signed certificate.
Checklist
Fixes #2124