Add a new user
This page will guide you on, how to add more users to the DTaas. Please do the following:
Important
Make sure to replace <username> and <port> Select a port that is not already being used by the system.
1. Add user:
Add the new user on the Gitlab instance.
2. Setup a new workspace:
The above code creates a new workspace for the new user based on user2.
3. Add username and password:
The following code adds basic authorization for the new user.
4. Add 'route' for new user:
We need to add a new route to the servers ingress.
Open the following file with your preffered editor (e.g. VIM/nano).
Now add the new route and service for the user.
Important
foo.com should be replaced with your own domain.
5. Access the new user:
Log into the DTaaS application as new user.