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

Proxy Minio S3 #25782

Open
abdennour opened this issue Feb 25, 2023 · 1 comment
Open

Proxy Minio S3 #25782

abdennour opened this issue Feb 25, 2023 · 1 comment
Labels
area/aws area/http_filter help wanted Needs help! question Questions that are neither investigations, bugs, nor enhancements

Comments

@abdennour
Copy link

abdennour commented Feb 25, 2023

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: #18695 (comment)

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

@abdennour abdennour added the triage Issue requires triage label Feb 25, 2023
@zuercher zuercher added area/aws area/http_filter question Questions that are neither investigations, bugs, nor enhancements help wanted Needs help! and removed triage Issue requires triage labels Mar 2, 2023
@zuercher
Copy link
Member

zuercher commented Mar 2, 2023

cc @derekargueta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aws area/http_filter help wanted Needs help! question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants