Support Proxy Authentication? #7592
Labels
component/install
impact/doc/user
Requires changes to official user documentation
kind/feature
New functionality you could include in marketing material
priority/p2
source/customer
Reported by a customer, directly or via an intermediary
status/needs-estimation
The issue needs to be estimated by the team
team/lifecycle
#For stories, please include the information below:
User Statement:
Neither the vic-machine nor the vSphere installer for vic machines allows that the
HTTP_PROXY
/HTTPS_PROXY
does have an auth statement.Details:
https://github.com/vmware/vic/blob/master/cmd/vic-machine/common/proxy.go#L50
Seems quite restrictive and should support proxy auth like
HTTPS_PROXY=http://username:password@proxyserver:port
and it'sHTTP_PROXY
Counterpart.(HTTPS, here is not a typo, there're proxy servers out there that uses only http and still need to be served as a proxy for HTTPS traffic of the machine).
#For bug reports, please include the information below:
VIC version:
1.3.1 (From vmware OVA)
Deployment details:
It was created via the vSphere UI.
Steps to reproduce:
Actual behavior:
Expected behavior:
Logs:
Additional details as necessary:
The text was updated successfully, but these errors were encountered: