Retrieving License Service Reporter console route
You can access the License Service Reporter console with an OpenShift route. You can access the URL address with one of the following methods:
- Retrieving the License Service Reporter console route using the OpenShift console
- Retrieving the License Service Reporter console route using CLI
Retrieving the License Service Reporter console route using the OpenShift console
- Log in to the OpenShift console of the cluster where you deployed License Service Reporter.
- Go to Networking > Routes.
- Set the project to All Projects.
- Find the ibm-lsr-console route and select it.
- Click the URL in the Location section.
Retrieving the License Service Reporter console route using CLI
To retrieve the route from the installation namespace of the License Service Reporter, run the following command:
kubectl get route ibm-lsr-console -n $NAMESPACE -o jsonpath={.spec.host}
Authentication
Use your credentials to authenticate. For more information, see License Service Reporter authentication with basic credentials or License Service Reporter authentication with OAuth/OIDC provider.