-
Notifications
You must be signed in to change notification settings - Fork 166
Upload release to BOSH director 261.2.0 fails with error 405 #180
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
Comments
This issue was introduced somewhere between v2.0.1 and v.2.0.7 |
I see |
I saw this today on a bosh-lite; only error I saw in its logs was a connection error with postgres. Hmm, I did also upgrade my bosh-lite from 0.0.147 to HEAD. |
Go has changed the way headers are treated during a redirect in 1.8. The headers are preserved from the original request onto the redirect request. The original upload/POST request is successful, but the cli is unable make a successful /tasks request because of unexpected errors. I expect you'll see that the release is present in your director. |
Some related golang discussion about the change: golang/go#19973 |
Fixed in v2.0.17 |
Output of upload release
I manually build last bosh-cli on my machine.
The text was updated successfully, but these errors were encountered: