es-proxy

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2017 License: MIT Imports: 20 Imported by: 0

README

es-proxy

es-proxy is a proxy to AWS's ElasticSearch that signs request with a given set of AWS credentials.

Usage

export AWS_ACCESS_KEY_ID=<key-id>
export AWS_SECRET_ACCESS_KEY=<access-key>
export AWS_REGION=<region>
./es-proxy -domain search-my-cluster.us-west-2.es.amazonaws.com

Help

Usage of ./es-proxy:
      --auth-email-domain string   allowed user domains
      --auth-enable                enable Google OIDC authentication
      --domain string              The elasticsearch domain to proxy
      --metrics-port int           management endpoint port (default 3001)
      --port int                   Listening port for proxy (default 3000)
      --region string              AWS region for credentials (default "us-west-2")

Contributing

All code in the /vendor director is managed by dep

Wishlist

  • Add tests/CI
  • Add docker builds to CI

License

MIT License. See License for full text

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL