Skip to content
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

pkg/storage/chunk/aws: Add s3.http.ca-file option #4211

Merged
merged 2 commits into from
Aug 24, 2021

Conversation

BenoitKnecht
Copy link
Contributor

What this PR does / why we need it:

This option lets users set a custom CA file for connections to S3, in case they
use a local S3 instance with an internal PKI.

Also fix the documentation for s3.http.insecure-skip-verify.

Checklist

  • Documentation added
  • Tests updated

The documentation claimed that the `s3.http.insecure-skip-verify` option needed
to be set to `false` in order to skip verifying certificates, but it needs to
be set to `true`.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
This option lets users set a custom CA file for connections to S3, in case they
use a local S3 instance with an internal PKI.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
@CLAassistant
Copy link

CLAassistant commented Aug 24, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@owen-d owen-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR, thanks for adding this and fixing the other docs

@owen-d owen-d merged commit 488a21b into grafana:main Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants