-
Notifications
You must be signed in to change notification settings - Fork 320
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
Unmarshal URL's with urls.redacted #245
Comments
We provide a way that occludes secrets for basic auth, do we really need this? Also the way Go occludes is different to the way we do it in terms of placeholder, which would be confusing. |
We do not provide a way to do Proxy Authentication. |
Then that is something we should discuss, I think there's an issue for it lying about somewhere. |
It was #128 |
alanprot
pushed a commit
to alanprot/common
that referenced
this issue
Mar 15, 2023
server: Removing advanced TLS config parameters - BREAKING CHANGE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I propose that since go 1.15 supports url.Redacted, we make used of it while unmarshaling urls.
This could be done my adding a URL wrapper in this repo.
golang/go#34855
The text was updated successfully, but these errors were encountered: