Web Admin Portal - User Management
Overview
The User Management page is a section in the Syndeia Cloud web admin portal app to allow Syndeia Cloud administrators to manager users in Syndeia Cloud. Specifically it will allow you to:
List (get) users,
Create (add) users,
Update permissions,
Update permissions in bulk,
Disable/Enable users,
Reset user passwords
Minimum Requirements
You must have a web browser capable of running Ecmascript ("Javascript") v6+ , ex: Chrome v76+, Firefox v77+, or Edge v77+ installed
Usage
1. To access the User Management page, launch a web browser and navigate to http(s)://<your_syndeia_cloud_FQDN>:<port>/user-management , where <your_syndeia_cloud_FQDN> = your admin portal URL, ex: mycompany.domain.com and <port> = 9000 | 9443 (for HTTPS).
Note, you can also navigate to the root URL and once logged in, click on the Users icon on the left sidebar.
2. Login with a Syndeia Cloud user that has an Admin Role, ex: super.user. You should see a list of users enumerated, or a page similar to the following:
Note, a Syndeia Cloud administrator is user that has Role = Admin and should (at a minimum) have the one or more of the following permissions:
USER_CREATEUSER_READUSER_MODIFYUSER_REMOVE
To create (add) a new user
3. Click the Add a user button
4. Fill out the form as required.
The following is a description of the Permissions that are currently available:
Permission Value | Description |
|---|---|
| Create Syndeia Project container permission |
| Syndeia Project container modification permission |
| Syndeia Project container deletion permission |
| Create repository permission |
| Repository modification permission |
| Repository deletion permission |
| Create (repository, container, artifact or relation) type permission |
| (Repository, container, artifact or relation) Type modification permission |
| (Repository, container, artifact or relation) Type deletion permission |
| Create user permission |
| User read permission |
| User modification permission |
| User remove permission |
| Artifact & relation write permission |
| Read permission for artifacts, relations, containers, and repositories |
Note, currently this form does not show the READ permission, we do not recommend removing this permission directly via the API if any others are enabled.
(for definitions of the concepts repository, container, artifact, and relation, see the conceptual model)
The following is a description of the possible Role value combinations:
Role Value | Description |
|---|---|
Admin | Admin Role- allows access to the User Management page |
User | User Role- doesn't have access to the User Management page |
Admin, User | Admin & User Role - Allows access to User Management page |