AWS ES IAM Signed User Proxy
ES Proxy Docker entrypoint has the following modes:
es-proxy
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY_ID & AWS_ES_ENDPOINTPORT 9200 is exposed in the Dockerfile.
es-proxy:
environment:
AWS_ACCESS_KEY_ID: <AWS_ACCESS_KEY>
AWS_SECRET_ACCESS_KEY_ID: <AWS_SECRET_ACCESS_KEY>
AWS_ES_ENDPOINT: <es.aws.stuff.com>
tty: true
command:
- es-proxy
image: clok/aws-es-signed-proxy:latest
stdin_open: true
$ tree
.
├── Dockerfile
├── LICENSE
├── README.md
├── docker
│ ├── docker-entrypoint.sh
│ ├── etc
│ │ └── supervisor
│ │ └── conf.d
│ │ └── es-proxy.conf
│ └── usr
│ └── bin
│ ├── es-proxy.sh
│ └── run-es-proxy.sh
├── package.json
└── proxy.js
Content type
Image
Digest
Size
126.3 MB
Last updated
almost 10 years ago
docker pull clok/aws-es-signed-proxy