vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 282 forks source link

Legacy token for pivnet_token? #303

Closed brunograz closed 6 years ago

brunograz commented 6 years ago

We are using the upgrade-opsmanager pipeline and the job download-stemcells is failing because it could not login to Pivotal network. Currently we are using the UAA API token for this task but I have tried with the Legacy token and it seems to be working. Is this the expected behavior?

Version: 0.23.0

PS: Apologies for creating an empty issue at first, pressed enter by mistake :)

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.

abbyachau commented 6 years ago

@brunograz thanks for creating this issue. Please could you confirm

Thanks!

brunograz commented 6 years ago
abbyachau commented 6 years ago

Hi @brunograz thanks for reporting the issue. The pipelines do not support the new UAA API tokens at the moment. We only support the Legacy tokens, as you've found out. I've updated the documentation to reflect this to avoid confusion. Thanks again.

brunograz commented 6 years ago

Hi @abbyachau, Thanks for updating the documentation.