Using envoy proxy to create S3 endpoint

In elasticsearch snapshot repo, instead of specifying main S3 endpoint, we have added new envoy proxy sidecar to take care of authentication. Envoy proxy container will add authentication to incoming request and forward that request to S3 endpoint. That's why we are specifying new local envoy proxy endpoint (localhost:15670) in elasticsearch snapshot repository config. But while creating snapshot repository, we are getting error "backup path is not accessible on master node". What could be the issue? What needs to be done to fix this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.