ANALYZE Git Repository URL for BitBucket on TAP GUI fails with "404 Not Found"
search cancel

ANALYZE Git Repository URL for BitBucket on TAP GUI fails with "404 Not Found"

book

Article ID: 297891

calendar_today

Updated On:

Products

VMware Tanzu Application Service for VMs

Issue/Introduction

If you directly ANALYZE Git Repository URL for BitBucket on TAP GUI, you would get 404 Not Found error as shown in blow image. 

404notfound.png

This is because BitBucket for Catalog repo currently is not supported.


Environment

Product Version: 1.3

Resolution

BitBucket Cloud support needs to be inherited through Backstage for Catalog repo. As mentioned in this doc ,  the following properties could be added to  tap_gui stanza in the tap-values manifest to support BitBucket as Catalog repo.

integrations:
  bitbucketCloud:
    - username: ${BITBUCKET_CLOUD_USERNAME}
      appPassword: ${BITBUCKET_CLOUD_PASSWORD}