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

aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.

Results 47 aws-es-proxy issues
Sort by recently updated
recently updated
newest added

Similar to #70, Opensearch requires the same similar headers to be passthrough

Any chance a new release could be cut? The new `-assumeRole` option would be super useful to us. Additionally, the latest release is 1.2 but the latest tag in the...

Hello there, I got a 404 error when trying to access notebooks by http://opensearch.aws.com/_plugin/kibana/app/opendistro-notebooks-kibana#/ to view a list of notebooks. Also after creating a new notebook, it didn't appear in...

fixes: #87 #65 ### Notes: - @abutaha if this is accepted you'll need to add the relevant secrets for it to work

Could someone provide guidance... My AWS creds are good for the role tied to the instance. The domain is in the same VPC and allows this role access. I've not...

This change will upgrade go version to 1.17 including golang docker build image and application base image . Additionally running the service as non root.

**Background**: Since AWS has released OpenSearch service, which is ready to be the successor of ElasticSearch in the feature, aws-es-proxy should also support OpenSearch. **Issue**: To apply the current version...

This change switches the docker base image to `scratch` instead of `alpine`. This ensures that the container does not go stale or accrue vulnerabilities over time.