Chapter 1. Accessing the Skupper console
By default, the Skupper console is available whenever you create a service network router and is protected by credentials available in the skupper-console-users secret.
Procedure
Determine the Skupper console URL using the
skupperCLI, for example:$ skupper status Skupper is enabled for namespace "west" in interior mode. It is not connected to any other sites. It has no exposed services. The site console url is: https://skupper-west.apps-crc.testing
Browse to the Skupper console URL. The credential prompt depends on how the site was created using
skupper init:-
using the
--console-auth unsecuredoption, you are not prompted for credentials. -
using the
--console-auth openshiftoption, you are prompted to enter OpenShift cluster credentials. -
using the default or
--console-user <user> --console-password <password>options, you are prompted to enter those credentials.
-
using the
If you created the site using default settings, that is
skupper init, a random password is generated for theadminuser. To retrieve the password theadminuser:$ kubectl get secret skupper-console-users -o jsonpath={.data.admin} | base64 -d JNZWzMHtyg