-
Notifications
You must be signed in to change notification settings - Fork 76
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
Unable to use proxy which requires authentication #78
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/153850388 The labels on this github issue will be updated when the story is started. |
Hi @rkoster allow proxy authentication:Currently, it looks like the bosh I think one idea would be we extract the username/password from the uaa bosh property Another option would be to introduce separate bosh properties for the proxy username / password. i.e. template validationIt would be nice to move away from using bash scripting such as |
For ease of deployment it would be nice if username and password would be pick up from |
fyi: we have created a story in our backlog to track this work: https://www.pivotaltracker.com/story/show/153850388 |
In our environment we need to access an
oidc1.0
identity provider over our corporate proxy.This proxy requires authentication.
I have configured the proxy like so:
but I get the following error:
I think it breaks here since the
:
gets replace by a space.The text was updated successfully, but these errors were encountered: