Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue May 21, 2024 · 1 comment

Comments

@waqasdev54
Copy link

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:

  • Infrastructure: [e.g., Kubernetes, bare-metal, laptop]
  • Deployment tool: [e.g., helm, jsonnet]

Additional Context

@joe-elliott
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants