You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
In #121, requests for the security-credentials URL were changed to redirect to security-credentials/ with a trailing slash. However, this uses http.StatusPermanentRedirect, which corresponds to a 308, whereas the real metadata API issues a 301 redirect (http.StatusMovedPermanently).
Some clients do not handle the 308 correctly and fail to retrieve credentials. We've noticed broken behaviour in the Go sdk version 1.4.10, which is used by docker-machine.
I will be raising a pull request to fix this shortly.