amperity/vault-clj

Vault returns relative URLs in the location header of 3xx responses

Closed this issue · 0 comments

I think vault is not correctly implementing it's 3xx responses, but it is not using an absolute URL which means the attempts to follow redirects is failing because it attempts to get a URL with no scheme or host part.

java.net.MalformedURLException: no protocol: /v1/secret/my-cred