[GH-ISSUE #239] Basic HTTP Auth not working with server.json #194

Closed
opened 2026-02-26 05:31:34 +03:00 by kerem · 0 comments
Owner

Originally created by @darshanputtaswamy on GitHub (May 20, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/239

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
}

Originally created by @darshanputtaswamy on GitHub (May 20, 2020). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/239 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 }
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#194
No description provided.