Manage Users

This page describes how to add, delete, and configure user information from within the Sysdig Monitor or Sysdig Secure UI.

Users added in Sysdig Monitor will appear in the full list of users for both Sysdig Monitor and Sysdig Secure if both products are in use. However, users will not have login access to Sysdig Secure until they are added to a Sysdig Secure team.

Prerequisites

Only Admin users can configure user account information.

For on-premises environments, you may need to have pre-configured your SMTP parameters in your Kubernetes installation configmap.

Create a User

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator.

  2. Select Settings from the user menu.

  3. Select Users.

  4. Click Add User.

  5. Enter the new user’s email address, first name, and last name:

  6. Click Save to send the user an invitation via email.

The new user appears in the list visible in the Users tab. Their status is listed as Pending until the invitation is accepted.

Edit User Information

Once you have added a user, you can edit their information to assign roles, teams, and permissions.

Admin privileges cannot be assigned until the invitation has been accepted, and the user has logged into the interface for the first time. They can, however, be added to additional teams or have team-based roles assigned. For more information on configuring teams roles, refer to Manage Teams and Roles.

To edit an existing user:

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings from the user menu.

  2. Select Users.

  3. Select the user from the table of users.

  4. Optional: Edit the first name / last name.

  5. Optional: Toggle the Admin switch to enable/disable administrator privileges.

  6. Optional: Disable the Authenticator App MFA switch to allow users to login if they lost access to the authenticator app.

You can not enable the MFA for a user. Each user must activate the MFA themselves.

  1. Click Save to save the changes or Cancel to revert the unsaved changes.

User emails are read-only, and cannot be changed.

User Deactivation

Deactivating inactive users is a recommended security practice, aimed at reducing attack surface and the potential for insider threats and privilege escalation. Sysdig Platform Administrators can deactivate and reactivate users manually through the UI or set up automatic deactivation after a defined period of inactivity via API. Inactivity is measured by a lack of interactive access, such as UI logins.

This feature is disabled by default and can only be enabled via the API.

Deactivate and Reactivate Users Manually

As an Admin, you can deactivate and reactivate users manually through the Sysdig UI:

  1. Log in to Sysdig Secure or Monitor as an Admin.

  2. From the user menu in the bottom left corner, navigate to Settings.

  3. Select Users.

  4. Select a user from the users list.

    The user configuration page appears.

  5. Toggle User Enabled off to deactivate, and on to reactivate the user.

  6. Select Save to confirm your changes.

Automatically Deactivate Users

Admins can configure Sysdig to automatically deactivate a user after a period of inactivity defined by you via API:

  1. Log in to Sysdig Secure or Monitor as an Admin.

  2. Gather your API bearer token. This is required to execute API calls.

  3. From the user menu in the bottom left corner, select Next Gen API Docs.

  4. In the API documentation, navigate to the User Deactivation section.

  5. User the schema provided to build your payload.

Reactivate a User

To reactivate a user:

  • If SSO (either SAML or OIDC) is enabled, the user will be automatically reactivated when using SSO for logging in.
  • If SSO is not enabled, the user should contact their Admin.
  • To reactive a user as an Admin, see Deactivate and Reactivate Users Manually.

Delete a User

To delete an existing user:

Deleting a user cannot be undone.

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings from the user menu. `

  2. Select Users.

  3. Select the user from the table of users.

  4. Click Delete User.

  5. Click Yes, delete to confirm the change.

    You can optionally delete the dashboards and artifacts that the user have created.