Hi,
In our current loki distributed deployment model, we have configured AWS s3 as backend storage and we have used below configuration –
storage:
type: s3
bucketNames:
chunks: loki-test-west-chunk
ruler: loki-test-west
admin: loki-test-west
s3:
bucketNames: loki-test-west
bucketNames.chunks: loki-test-west-chunk
endpoint: s3.us-west-2.amazonaws.com
region: us-west-2
secretAccessKey:
accessKeyId:
We are aware that it’s not a best practice to use keys directly on our deployment instead -
Is there a way we can use IRSA/ Pod identity over there to allow loki to access S3
can we have to pass this values as a secrets.
Please suggest if any other ways to tackle this.
Thank you,