Response body of non-200 responses is lost in reactive flows
Opened this issue · 0 comments
scottfrederick commented
When CredHub returns a non-200 response code, it often provides a response body that includes details of the error. This information is captured in the CredHubException
in most cases when using CredHubTempate
, but is lost when using ReactiveCredHubTemplate
.