We are deploying Loki using helm in our EKS cluster and in the values file (i.e. loki/values.yaml at main · grafana/loki · GitHub), there is a section where we should insert AWS access and secret keys. What would these two values be if we want to use AWS IRSA IAM roles for service accounts? We left them as null
and loki is throwing WebIdentityErr: failed to retrieve credentials
error. The section I am referring is:
storage:
bucketNames:
chunks: BUCKET
ruler: BUCKET
admin: BUCKET
type: s3
s3:
s3: s3://REGION/BUCKET
endpoint: s3.REGION.amazonaws.com
region: REGION
secretAccessKey: null
accessKeyId: null
s3ForcePathStyle: false
insecure: false
http_config: {}
type or paste code here