We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using thanos with minio https://min.io/docs/minio/kubernetes/upstream/developers/sts-for-operator.html, which requires setting custom sts endpoint, and associate tls with it.
This code atm uses default credentials store, but it would be nice to also add capability to add CAs from .config.http_config.tls_config https://github.com/thanos-io/objstore/blob/ab7ba391dbbc6c6740662e806f6fcf6128722233/providers/s3/s3.go#L235C17-L235C39
.config.http_config.tls_config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using thanos with minio https://min.io/docs/minio/kubernetes/upstream/developers/sts-for-operator.html, which requires setting custom sts endpoint, and associate tls with it.
This code atm uses default credentials store, but it would be nice to also add capability to add CAs from
.config.http_config.tls_config
https://github.com/thanos-io/objstore/blob/ab7ba391dbbc6c6740662e806f6fcf6128722233/providers/s3/s3.go#L235C17-L235C39
The text was updated successfully, but these errors were encountered: