-
Notifications
You must be signed in to change notification settings - Fork 2.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 custom certificate CA support for object store #4820
Comments
/assign @clyang82 |
List the tasks for this issue:
|
@clyang82 I got the update, Azure storage account doesn't support client key access - https://docs.microsoft.com/en-us/answers/questions/807958/where-to-find-the-client-ca-and-key.html. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Is your proposal related to a problem?
Currently, the implementation of connecting with object store is short of tls configuration.
thanos/pkg/objstore/s3/s3.go
Line 150 in 2695ecd
for my case, I would need the ability to set a custom CA somewhere so that I can connect the external object store. for a workaround, i have to disable tls verification by
(Write your answer here.)
Describe the solution you'd like
Support configuring certificate CA in
http_config
(Describe your proposed solution here.)
Describe alternatives you've considered
(Write your answer here.)
Additional context
(Write your answer here.)
The text was updated successfully, but these errors were encountered: