grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.95k stars 3.45k forks source link

Feature: Separate S3 Credentials and Bucket configuration per tenant #9456

Open hatrena opened 1 year ago

hatrena commented 1 year ago

Is your feature request related to a problem? Please describe. With using S3, we have to provide S3 credentials and a bucket name. If we have multi-tenancy in Loki, it creates a directory in the bucket to correlate to a tenant. This might arise some security and data loss threats where it will affect all the tenants in the bucket.

Describe the solution you'd like I would like to be able to configure S3 credentials and bucket per tenant separately.

liguozhong commented 1 year ago

👍