Chapter 5. Deploying RHTAP
Use this procedure to install Red Hat Trusted Application Pipeline (RHTAP) after completing all required configurations.
Prerequisites
-
The
rhtap-cli
container is running. - You are logged into your OpenShift cluster with cluster-admin access.
-
You have customized the
config.yaml
file.
Procedure
In the container terminal, run the deployment command:
bash-5.1$ rhtap-cli deploy
bash-5.1$ rhtap-cli deploy
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteThe installation process typically takes around an hour to complete if all the components are deployed.
Monitor the command output. As the deployment progresses, the CLI prints useful information, including URLs and access instructions for the deployed components. You can save the output to a file, such as
values.txt
, for future reference. The output may include:- The Developer Hub (Backstage) URL
- ACS, Quay, and other dashboards (if deployed)
- Component-specific guidance or status messages
To access the Developer Hub UI, use the link provided on your GitHub App page or the one shown in the installation output. It begins with:
https://backstage-developer-hub-rhtap.apps.<cluster-domain>
https://backstage-developer-hub-rhtap.apps.<cluster-domain>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow