NarrativeScience-old / log.io

Real-time log monitoring in your browser
http://logio.org
Other
4.83k stars 698 forks source link

Basic HTTP Auth not working with server.json #239

Closed darshanputtaswamy closed 4 years ago

darshanputtaswamy commented 4 years ago

server.json files ignore auth properties. Does the newer version support authentication?

{ "messageServer": { "port": 6689, "host": "10.64.151.XXX" },

"httpServer": { "port": 6688, "host": "10.64.151.XXX" },

"auth": { "user": "admin", "pass": "12345" },

"debug": false }