Verifying and accessing TSF
After the deployment completes, access the service UIs and verify that all TSF components are running correctly. If you encounter issues, see Troubleshooting TSF installation.
Access the Konflux UI
Access the Konflux web interface to verify that the deployment succeeded and to begin onboarding applications to TSF.
Prerequisites
-
You have completed the TSF deployment.
-
You have the Konflux UI URL from the deployment output.
Steps
-
Open the Konflux UI URL in a web browser.
If you did not save the URL from the deployment output, find it through the OCP Routes:
oc get routes -n konflux-uiOpen the URL in the
HOST/PORTcolumn. -
On the OCP login page, enter your credentials and click Log in.
-
On the Authorize Access page, the
dex-clientservice account in thekonflux-uiproject requests permission to access your account. Review the requested permission:-
user:info— read-only access to your user information, including username, identities, and group membership.
-
-
Click Allow selected permissions.
Deployed components
The TSF installer deploys the following components to your OCP cluster. Each component runs in its own namespace and is managed by a Helm chart.
| Component | Namespace | Helm chart | Description |
|---|---|---|---|
Red Hat Cert-Manager Operator |
|
|
Manages application certificate lifecycle. |
Red Hat build of Keycloak |
|
|
Provides identity management and single sign-on. |
Konflux Operator |
|
|
Provides the custom resource definitions for the build system. |
Konflux UI |
|
|
Provides the web interface for managing applications and builds. |
Red Hat OpenShift Pipelines |
Managed subscription |
|
Provides Tekton-based CI/CD pipelines. |
Red Hat Trusted Artifact Signer |
|
|
Provides cryptographic signing and verification of software artifacts using Fulcio, Rekor, and TUF services. |
Red Hat Trusted Profile Analyzer |
|
|
Analyzes software bills of materials (SBOMs) and vulnerability data. |
Quay integration |
|
Integration configuration |
Stores credentials for pushing container images to Quay.io. |
The installer also creates the following supporting namespaces:
-
openshift-storage -
rhbk-operator -
rhtpa-operator
Next step
Proceed to Getting started with TSF to onboard your first application.