Thanos store and compactor fail to load and sync blocks from Linode Object Storage uploaded via sidecar using sse-c encryption #6123
Unanswered
swgupta98
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup:
Thanos version used by compactor, store & sidecar: v0.24.0
Thanos sidecar uses below object storage config to upload to s3 bucket. A 256-bit encryption key is provided in the file /sse-encryption/ssec.key mounted to the Pods. The upload is happening successfully as I am able to see the blocks in Object store.
Thanos store & compactor component also use above config to connect to same Linode object storage. But, I am seeing below error for both store & compactor pod logs:
Even trying to download directly from Linode object storage UI browser gives 400 bad request with below error:
Could someone help in identifying why upload via sidecar is successful but storegateway & compactor aren't able to fetch blocks using same object storage config?
Any suggestions or help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions