mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #240] [MERGED] Adds basic HTTP authentication #268
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/240
Author: @msmathers
Created: 5/22/2020
Status: ✅ Merged
Merged: 5/22/2020
Merged by: @msmathers
Base:
master← Head:feature/basic-auth📝 Commits (3)
d9fb1a5Adds basic HTTP authentication3ba5a7eRemove default config for file inputc926eb1cleanup📊 Changes
8 files changed (+74 additions, -44 deletions)
View changed files
📝
README.md(+8 -2)➖
inputs/file/config.json(+0 -36)📝
inputs/file/src/index.ts(+14 -1)📝
server/README.md(+8 -2)📝
server/package-lock.json(+16 -0)📝
server/package.json(+1 -0)📝
server/src/server.ts(+20 -2)📝
server/src/types.ts(+7 -1)📄 Description
To enable basic HTTP authentication, add the following keys to
~/.log.io/server.json:realmshould be a custom value that you generate.Also removes the default config.json in the
log.io-file-inputpackage, which contained example file paths that won't be valid on other machines. The file input will now throw an error if it is started before a configuration file is placed in~/.log.io/inputs/file.json.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.