cloudfoundry / credhub-cli

CredHub CLI provides a command line interface to interact with CredHub servers
Apache License 2.0
39 stars 44 forks source link

OAuth flow errors are getting swallowed #83

Closed cholick closed 4 years ago

cholick commented 5 years ago

requestToken was obscuring the underlying failure and reporting any error as an expired token. This isn't accurate; quite a few other things could cause an error at that part of the auth flow.

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/169758831

The labels on this github issue will be updated when the story is started.

joshzarrabi commented 4 years ago

Merging, thank you!