Creating an Access Token

Create an access token to authenticate a connection to the UI.

The UI is deployed into the cluster as a Kubernetes deployment named ui, running in the ocne-system namespace. A Kubernetes service to access this deployment is also created. The service is also named ui and running in the ocne-system namespace. To connect to the service, generate an access token.

  1. Create an access token.

    Create an access token for the ui service:

    kubectl --namespace ocne-system create token ui

    The token is displayed.

  2. Save the token.

    Save the token in a secure location so you can use it to authenticate a connection when you access the UI.