Unable to set up S3 storage #3026
Unanswered
pantalones-rojos
asked this question in
Help and support
Replies: 1 comment
-
Hi and sorry for the very late reply! We had another user reporting a similar issue and, in their case, it was a misconfigured IAM role. You can find the discussion here: #2853 (reply in thread) Can you check if that may be the case of your too, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have been trying to set up S3 storage using the helm chart without success. I have an EKS cluster with IRSA enabled, i have created the proper role for the service account, the S3 bucket exist and it has a policy to allow access to the SA role, my values file look like this:
When i run the helm deploy and i look at the pod logs i see this error:
level=warn ts=2022-09-06T09:12:59.709379757Z caller=sanity_check.go:116 msg="Unable to successfully connect to configured object storage (will retry)" err="2 errors: blocks storage: unable to successfully send a request to object storage: Access Denied; ruler storage: unable to successfully send a request to object storage: Access Denied"
Expected behavior
I expect the components to connect to the S3 bucket without issues.
Beta Was this translation helpful? Give feedback.
All reactions