envoyproxy/envoy

Proxy Minio S3

Open

#25.782 geöffnet am 25. Feb. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/awsarea/http_filterhelp wantedquestion

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide