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 proxy basic authentication #2

Open
juggernaut opened this issue Oct 17, 2020 · 0 comments
Open

Support proxy basic authentication #2

juggernaut opened this issue Oct 17, 2020 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed

Comments

@juggernaut
Copy link
Owner

Support proxy auth via the Proxy-Authorization header.

  • The username and password must be configurable in the yaml
  • The password in the configuration must not be accepted in plain text -- it should be hashed using bcrypt
  • The password in the request must be checked against the configured password using constant time comparison
  • If the request does not contain a Proxy-Authorization header, a 407 Proxy Authentication Required response must be returned along with the appropriate header as specified in https://tools.ietf.org/html/rfc2616#section-14.33
@juggernaut juggernaut added hacktoberfest-accepted good first issue Good for newcomers help wanted Extra attention is needed labels Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant