pivotal-cf / pivnet-cli

CLI to interact with Tanzu Network API V2 interface.
Apache License 2.0
34 stars 27 forks source link

Support of the new UAA API Token Flow #24

Closed ywei2017 closed 6 years ago

ywei2017 commented 6 years ago

Any thought on timing to support the new UAA API Token Flow. Not sure when pivnet will stop supporting the legacy token, it is possibly a good idea to support the new token flow anyway, for better security.

cf-gitbot commented 6 years ago

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

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

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

xtreme-debbie-chen commented 6 years ago

@ywei2017 The newest version of pivnet-cli (v0.0.51) should support the UAA API token flow. For the login command, use your refresh token for --api-token instead of the legacy token. We will update the documentation to be clearer about that.

ywei2017 commented 6 years ago

@xtreme-debbie-chen Thank you, speedy response :+1: I will try it out.