vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 282 forks source link

Version of pivnet-cli in pcfnorm/rootfs doesn't support refresh tokens #371

Open crsimmons opened 6 years ago

crsimmons commented 6 years ago

Issue

pcfnorm/rootfs image used in many tasks has a really old version of pivnet-cli (v0.0.49) which doesn't support UAA refresh tokens. It needs to be upgraded to at least v0.0.50 for this to work (latest is v0.0.55).

Expected result

# pivnet-cli login --api-token=<refresh token>
Logged-in successfully

Current result

# pivnet-cli login --api-token=<refresh token>
Failed to login

Steps to Reproduce

docker run -it pcfnorm/rootfs bash then try the above command

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

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