aws-quickstart / quickstart-vmware-tanzu-application-platform

AWS Quick Start for VMware Tanzu Application Platform
https://aws-quickstart.github.io/quickstart-vmware-tanzu-application-platform/
Apache License 2.0
13 stars 15 forks source link

switch to using the tanzunet API to download product files #34

Closed satya-dillikar closed 1 year ago

satya-dillikar commented 2 years ago

Currently, we are using pivnet CLI to download product files. This cli is not officially supported by VMware.

Todo: 1) switch to using the Tanzunet API 2) add checksum validation for the downloaded file.

Label: Backlog Assignee: Satya Priority: P3

hoegaarden commented 1 year ago

We decided to switch out the pivnet CLI for the om CLI, which gives us similar outcomes and is supported/patched/maintained. No need to implement TanzuNet interactions ourselves. This came in recently with #149 and thus this issue can be closed. @tlindsay42