S3 blocks storage minimum permissions #2264
-
I am running Grafana Mimir in Kubernetes using the Helm chart (v2.1.0) and I'm using S3 for the TSDB blocks storage, however, I am now having issues getting some services to connect to the S3 bucket. All other services are connecting successfully, but the The service account role has the following IAM permissions associated with it:
I'm wondering what the minimum required IAM permissions are for using S3 as the TSDB blocks storage since there doesn't seem to be any documentation on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jgutschon! On top on my mind, I think you need to also add
Could you share the entire log line, please? I would like to check which actual operation the store-gateway was trying to do. |
Beta Was this translation helpful? Give feedback.
Hi @jgutschon!
On top on my mind, I think you need to also add
GetObjectAttributes
.Could you share the entire log line, please? I would like to check which actual operation the store-gateway was trying to do.