This is a reverse-proxy used to expose AWS Elasticsearch instances without authentication.
It's inherently insecure and should be used only for testing with non-production, non-sensitive, non-essential data.
- Update cf/sample-secrets.yml
- Log into CF, targeting the org and space that have your elasticsearch service instance
- run
./dev cf
to push the app - Open an ssh tunnel with
cf ssh -L 8080:localhost:8080 auth-proxy
- Use localhost:8080 to access your elasticsearch cluster as you normally would