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 HTTP BasicAuth as alternative authentication #7142

Open
gaberudy opened this issue Dec 29, 2024 · 0 comments · May be fixed by #7143
Open

Support HTTP BasicAuth as alternative authentication #7142

gaberudy opened this issue Dec 29, 2024 · 0 comments · May be fixed by #7143
Labels
enhancement Some improvement that isn't a feature

Comments

@gaberudy
Copy link

What is your suggestion?

Support HTTP BasicAuth for authenticating the user with a provided username and password

Why do you want this feature?

I have a reverse proxy setup where the authentication is handled at the proxy level, and a generated or pre-created Basic Auth is used to communicate with the back-end server, which may be still over a network and so HTTPS + Basic Auth is preferred over no authentication.

Are there any workarounds to get this functionality today?

None, no authentication does not pass security requirements and cookie-based (UI driven login) does not work in this context.

Are you interested in submitting a PR for this?

Yes

@gaberudy gaberudy added the enhancement Some improvement that isn't a feature label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant