envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
24.94k stars 4.8k forks source link

Proxy Minio S3 #25782

Open abdennour opened 1 year ago

abdennour commented 1 year ago

Title: Working envoy.yaml to Proxy S3 of Minio

Description: Trying to proxy a Minio S3 with envoy. And i was following the config mentioned in this question: https://github.com/envoyproxy/envoy/issues/18695#issue-1031699848

Since it's not AWS S3, i just changed host_rewrite: value to be the address of the Minio Endpoint

  typed_config:
      "@type": ...... AwsRequestSigning
      service_name: s3
      host_rewrite: hostname.myminio.com

It does not work when testing it with aws --endpoint s3 ls

zuercher commented 1 year ago

cc @derekargueta