User Maintenance: Adding or Removing Users
Once you have created a branch to track the user updates we need to adjust the users.yaml
file to reflect the desired updates.
Steps
-
From IntelliJ open the correct project & and ensure you are on the correct branch for the User Update.
-
Open the
users.yaml
file. Theusers.yaml
will be in the main folder for the project as opposed to Policy pages. -
Review the
users.yaml
file formatting.-
username: Should be the individuals GitLab username.
-
role: Is the role to be granted to that user. The standard role for a Policy Maintainer should be developer.
-
-
Add or Remove a user(s) as outlined below.
Adding a new user
To add a new user navigate to the end of the user.yaml
file and add the user by defining the username & role for the new user.
Removing an existing User
To remove an existing user delete the user entry while ensuring that the spacing and formatting of other users is consistent.
Note: You can perform both actions in the same file update
-
Once all updates have been performed and reviewed you can commit and push the update. Do not update any other files as part of this issue or merge request.