-
Notifications
You must be signed in to change notification settings - Fork 527
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 s3 config option insecure_skip_verify #1470
Conversation
1c9ef03
to
22db690
Compare
# optional. | ||
# enable to skip verification of an HTTPs endpoint | ||
[insecure_skip_verify: <bool>] |
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.
I know that this definition looks similar to those near it within the file. It could be improved by stating that a value of true causes the verification to be skipped, and that the default is false. (Did I get the implications right?)
When I read this, I have to make a mental jump to associating "enable" with the boolean value "true." Easy for me, but perhaps more difficult for others.
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.
Learned something by reading your comment. :) I would not have caught the same thing.
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.
I have one minor suggestion on the changelog file.
da6da9f
to
050b4e2
Compare
What this PR does:
Here we include an S3 config option to disable TLS verification on HTTPs endpoints.
Which issue(s) this PR fixes:
Fixes #1466
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]