ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.97k stars 532 forks source link

Support for X-Pack and Basic Auth #334

Closed royrusso closed 6 years ago

priodchen commented 6 years ago

You can use: http://USERNAME:PASSWORD@DOMAIN:PORT

ghost commented 5 years ago

There is still a problem with numeric passwords: http://user:12345678@dev-nginx-01:80 results in

 'Unable to create connection to: http://dev-nginx-01:12345678'#015

So the password is treated as port if it's numbers only.