ViaQ / watches-cli

:watch: CLI tool to pull statistics from Elasticsearch
Apache License 2.0
1 stars 1 forks source link

Tests can be run against both secured or non-secured ES. #14

Closed lukas-vlcek closed 7 years ago

lukas-vlcek commented 7 years ago

Introducing new ENV var IS_ES_SECURED to control if target ES instance is secured or not (defaults to true).

For Travis tests we are using two sets of ENV variables to run tests against both secured and non-secured ES.

Closes #10