
Overview
Customize branding
To customize the branding in your portal, you can choose the name of the portal and the logo for it. To make these customizations: In this section, let’s see the process of changing the branding of TAP GUI. By default, TAP comes with a standard logo and name as “VMware Tanzu Application Platform”. By the end of this section, I will be changing the logo and name of the TAP GUI.
For custom logo, I just collected a pic from google and used online tool to fetch the base64 image encoder of logo to be used in config file.

- Update the tap packages using updated values for changes to take affect
Customize the Software Catalog page
Customize the name of the organization
You can customize the name of your organization on the Software Catalog page of Tanzu Application Platform GUI portal. By default, the portal displays Your Organization next to Catalog and in the selection box.

- Update the tap packages using updated values for changes to take affect
Prevent changes to the software catalog
You can deactivate the Register Entity button to prevent a user from making changes to the software catalog, including registering and deregistering locations. To do so, add readonly: true
to the catalog
section in tap-values.yaml
, as in this example:
Customize the Authentication page
To customize the portal name on the Authentication page and the name of the browser tab for Tanzu Application Platform GUI:
- Update the tap packages using updated values for changes to take affect
Customize the default view
You can set your default route when the user is accessing your portal. Without this customization, when the user accesses the Tanzu Application Platform GUI URL, it displays the list of owned components of the software catalog.
- Update the tap packages using updated values for changes to take affect
Note: Tanzu Application Platform GUI redirects you to tap-gui.INGRESS-DOMAIN/YOUR-PREFERRED-ROUTE
even if there is an error in YOUR-PREFERRED-ROUTE
.
Customizing the Support menu


- Update the tap packages using updated values for changes to take affect
