buckler
v1.0.1
Published
kinda-like SHIELD
Downloads
2
Readme
buckler
The poor man's shield
What is it?
Buckler is a really simple security layer for elasticsearch.
What does it do?
It simply forwards all requests to the desired elasticsearch cluster, but requires a Basic Authorization header to fulfill the requests.
How to?
- Configure you ES firewall to only accept requests from the machine running buckler.
- Edit the config.js file with the port the server will run and the ES address, OR inject them as environment variables (PORT, ELASTICSEARCH)
- Edit the allowedClients.js file, so that it exports the allowed username/password combinations.
- npm install
- npm start