When trying to unwrap a token using logical.unwrap_token against Vault 0.8.1, it always returns nil. This seems to be because there is a nil auth field in the response object, which is checked here.
(It's also using the cubbyhole/response endpoint which is deprecated now.)
When trying to unwrap a token using
logical.unwrap_tokenagainst Vault 0.8.1, it always returns nil. This seems to be because there is a nilauthfield in theresponseobject, which is checked here.(It's also using the
cubbyhole/responseendpoint which is deprecated now.)