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

Implement authentication #57

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Implement authentication #57

merged 1 commit into from
Sep 27, 2023

Conversation

svenrademakers
Copy link
Collaborator

No description provided.

@svenrademakers svenrademakers force-pushed the feature/authorization branch 9 times, most recently from 338dfcc to 1d29faa Compare September 26, 2023 21:21
@svenrademakers svenrademakers marked this pull request as ready for review September 26, 2023 21:31
@svenrademakers svenrademakers force-pushed the feature/authorization branch 5 times, most recently from 8356d8f to fa8d493 Compare September 27, 2023 07:11
@svenrademakers svenrademakers changed the title Implement token-based authentication Implement authentication Sep 27, 2023
NOTE: this Service is not resilient against brute-force attacks in such
it does not implement rate limiting on authentication nor authorization
requests.

* Uses Linux users to authorize requests.
* no authorization roles or scopes are implemented yet.
* token based authentication is implemented with the Redfish session
  login authentication in mind. That is, when we would implement Redfish
  it should be easy to append the current implementation
* token timeout gets reset on every use of the token.
* basic authentication: The authentication service expects a
  'Authorization' header containing the following format: 'Basic <base64
  encoded as <username:password>>'
@svenrademakers
Copy link
Collaborator Author

fixes #50

@svenrademakers svenrademakers merged commit e699d6d into master Sep 27, 2023
3 checks passed
@svenrademakers svenrademakers deleted the feature/authorization branch September 27, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant