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

Support Basic Auth with Fixed Credentials #1325

Open
sonatsuer opened this issue Dec 5, 2023 · 0 comments
Open

Support Basic Auth with Fixed Credentials #1325

sonatsuer opened this issue Dec 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sonatsuer
Copy link
Collaborator

When hit by a request with Basic authentication in its header, Blaze should check the credentials against the values of the following environment variables.

BASICAUTH_USER=<user, most likely 'root'>
BASICAUTH_PASSWORD=<password, ideally generated>

The credentials --or at least the password-- is likely to change on every restart so Blaze can read them on startup and keep them in memory. There is no need to persist.

@sonatsuer sonatsuer added the enhancement New feature or request label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant