We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prevent the user details from leaking in the logs while using basic auth. username:password combination results in:
username:password
2020-09-07T07:41:14Z DBG credentials obtained from credential strategy: &{Type:basic ClientID:username ClientSecret:password} pkg=rhttp service=reva traceid=d287ba9aeb200dee348061f989fb9fd9 2020-09-07T07:41:14Z DBG AuthenticateRequest: type:"basic" client_id:"username" client_secret:"password" against localhost:9142 pkg=rhttp service=reva traceid=d287ba9aeb200dee348061f989fb9fd9
The text was updated successfully, but these errors were encountered:
@ishank011 is this one covered by 519cc19? If so, I guess we can link the PR to auto-close on merge.
Sorry, something went wrong.
Yep. I'll update the PR description
Successfully merging a pull request may close this issue.
Prevent the user details from leaking in the logs while using basic auth.
username:password
combination results in:The text was updated successfully, but these errors were encountered: