⚠️ This document is work in progress. Feedback is welcome. ⚠️

Getting started

4. Getting started#

This section provides the basic information you need to get started with Nubus. With this information, you can sign in to the Nubus system and start using it.

4.1. Provided users#

The default Nubus installation provides the following users:

default.admin

This user has the role admin with full control over the Nubus system. The administrator can create and manage users, groups, and permissions, and configure the system settings.

default.user

This user has the role user, which can access the installed Nubus components, and edit its profile.

Administrator

This user has role the admin and user, which can manage the Nubus system and access all the available applications.

To get the passwords for the default users, use the following command:

kubectl get cm ums-stack-data-swp-data -o jsonpath='{.data.dev-test-users\.yaml}'

Note

You need the backslash (\) in the preceding command to escape the dot (.).

The Kubernetes ConfigMap ums-stack-data-swp-data stores the passwords for the default users.