grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
3.96k stars 512 forks source link

Can't use https while accessing minio s3. I have deployed k8s on AKS and using minio to store traces on onprem . I am using https:// but can't access s3. #3696

Closed waqasdev54 closed 4 months ago

waqasdev54 commented 4 months ago

Describe the bug msg="error running Tempo" err="failed to init module services: error initialising module: store: failed to create store: unexpected error creating core: Endpoint url cannot have fully qualified paths."

To Reproduce Steps to reproduce the behavior:

  1. Start Tempo (SHA or version)
  2. Perform Operations (Read/Write/Others)

Expected behavior

Environment:

Additional Context

joe-elliott commented 4 months ago

I believe the s3 minio client attempts to connect using SSL automatically. I don't think https:// is necessary. Just don't set insecure: true.

https://github.com/grafana/tempo/blob/main/example/docker-compose/distributed/tempo-distributed.yaml#L52-L57