Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic Auth to HTTP Server #186

Closed
wants to merge 6 commits into from

Conversation

gquintana
Copy link

The Realm interface is in charge of authenticating a user and getting its Roles. There are 2 implementations at the moment: File based and Anonymous (to get default role) which can be chained. The Realm name is inspired by Tomcat, Elasticsearch...
The UserChecker is in charge of integrating HTTP Server with Realms.
The types names may be changed: suggestions are welcome.
The File Realm uses bcrypt to hash passwords on disk: I can use another hashing library/algorithm.
This pull request is related to PR #184 which brings HTTPS

@toddpalino
Copy link
Contributor

This will need to be refactored for 1.0 now. At present, there's still no auth in the API endpoint

@toddpalino toddpalino removed this from the burrow-1.0 milestone Dec 1, 2017
@toddpalino
Copy link
Contributor

I'm closing this out as it appears abandoned as a PR and it's incompatible with 1.x.

@toddpalino toddpalino closed this May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants