-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: Allow self signed certificates to ScraperTarget #20047
fix: Allow self signed certificates to ScraperTarget #20047
Conversation
202fbe4
to
80c04b2
Compare
CHANGELOG.md
Outdated
@@ -5,6 +5,7 @@ | |||
1. [19987](https://github.com/influxdata/influxdb/pull/19987): Fix various typos. Thanks @kumakichi! | |||
1. [19991](https://github.com/influxdata/influxdb/pull/19991): Use --skip-verify flag for backup/restore CLI command. | |||
1. [19995](https://github.com/influxdata/influxdb/pull/19995): Don't auto-print help on influxd errors | |||
1. [20047](https://github.com/influxdata/influxdb/pull/20047): Allow InsecureSkipVerify to be specified on ScraperTarget's |
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.
nit: maybe Allow scraper to ignore insecure certificates on a target
or
1. [20047](https://github.com/influxdata/influxdb/pull/20047): Allow InsecureSkipVerify to be specified on ScraperTarget's | |
1. [20047](https://github.com/influxdata/influxdb/pull/20047): Allow InsecureSkipVerify to be specified on a ScraperTarget |
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.
Done!
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.
🎉 very nice!
Thanks @cmackenzie1! I'll merge once the build goes green, it'll be included in our next release |
Co-authored-by: Daniel Moran <[email protected]>
Co-authored-by: Daniel Moran <[email protected]>
This reverts commit b337d42.
Co-authored-by: Daniel Moran <[email protected]>
Co-authored-by: Daniel Moran <[email protected]>
Co-authored-by: Daniel Moran <[email protected]>
Closes #20045
Adding a new optional field,
allowInsecure
with the default value offalse
to the APIPOST /api/v2/scrapers
Using the new
allowInsecure
field to theGather()
method