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
Only proxy.username and proxy.password are currently usable for providing proxy authentication.
It should be possible to authenticate via the HTTP(S)_PROXY urls: http://user:password@...
This seems to be supported by kubectl
No response
The text was updated successfully, but these errors were encountered:
fix: Support for proxy authentication from proxy URL user info
2c1e084
closes: fabric8io#6247 Signed-off-by: Steve Hawkins <[email protected]>
3baec64
59f0aa2
8d8cd46
fix: support for proxy authentication from proxy URL user info
9e105cb
closes: #6247 Signed-off-by: Steve Hawkins <[email protected]> Signed-off-by: Marc Nuri <[email protected]>
shawkins
Successfully merging a pull request may close this issue.
Is your enhancement related to a problem? Please describe
Only proxy.username and proxy.password are currently usable for providing proxy authentication.
Describe the solution you'd like
It should be possible to authenticate via the HTTP(S)_PROXY urls: http://user:password@...
This seems to be supported by kubectl
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: