Hello.
I’m trying to setup Loki monolith using Helm following these docs.
I’m getting this error:
error running loki" err="init compactor: failed to init delete store: failed to get s3 object: NoCredentialProviders: no valid providers in chain. Deprecated.
As instructed in the docs (linked above), I have this config for the compactor:
loki:
compactor:
retention_enabled: true
delete_request_store: s3
And I setup the service account as instructed here:
loki:
storage_config:
gcs:
bucket_name: "abc"
service_account: |
{
...
}
Can someone please give a hint on how to resolve this error?
Thank you kindly