aws-proxy icon indicating copy to clipboard operation
aws-proxy copied to clipboard

A reverse proxy to Amazon web services

Results 6 aws-proxy issues
Sort by recently updated
recently updated
newest added

First I set up my environment as follows: ``` export AWS_ACCESS_KEY_ID=XXX export AWS_SECRET_ACCESS_KEY=YYY export AWS_REGION=us-west-2 ``` Then I ran the proxy: ``` ./aws-proxy-0.5.0-darwin-amd64 --port 9200 --endpoint=https://batch.us-west-2.amazonaws.com ``` Then called it...

See https://github.com/acquia/fifo2kinesis/issues/30 for similar scope of problem and implementation.

enhancement

The `ParseEndpointUrl` validation is pretty loose, it would be helpful to provide stricter validation to make it harder for a developer to accidentally set a bad endpoint and pull their...

enhancement

We currently call `session.New()` on every request to read the credentials. The assumption is that most of the time credentials will be read from the instance profile, which rotate every...

If you proxy Kibana from the document root, it still needs to reach back to a limited subset of endpoint's in Elasticsearch's root. See #2, specifically the changes in 074c2fa,...

The purpose is to debug the signing in case something goes wrong. This was instrumental in figuring out the "Connection: close" header. It was removed from this library, but it...

enhancement