Skip to content

Manage End Users in Game Warden

This guide walks you through how to provision and manage access for a new team member in the Game Warden app as an Admin.


Provision users to user groups

Prerequisite

  1. As an Admin, log in to the Game Warden app and navigate to the End Users tab.

    Provision End Users

  2. Under the Add End Users tab, search for the new user by email address or username.

    Provision End Users

  3. From the User Groups dropdown menu, select the groups the new user should belong to. Each group grants different permissions and access levels based on your company’s configuration.

  4. Click Add End User to complete the process.

Manage user groups

When creating custom user groups in the Game Warden app, Admins can organize users logically (e.g., data_analysts, qa_team, read_only_users), but these groups do not directly control access to services such as Harbor or Grafana within the Game Warden UI. Instead, these custom group assignments are included as attributes in the headers of authenticated network requests.

Downstream services—such as a developed API instance protected by an internal access proxy—can then inspect these headers to determine access. For example, the proxy might read the groups header and check whether it contains developers or logging_access, and grant dashboard editing privileges only to users in the developers group, while giving read-only access to those in logging_access. This approach gives customers the flexibility to define access control policies directly within their application or middleware, using Game Warden's group assignments as the source of truth.

The following are common tasks related to managing user groups:

To create a new user group in Game Warden:

  1. Under the Manage User Groups tab, click Create Group.
  2. Enter a name for the new group and click create.

To create a new sub-group:

  1. Navigate to the user group, then click the **kebab menu (⋮).
  2. Select Create Subgroup, and enter a name for the new sub-group.
  3. Click create.

To remove a user from a group or sub-group:

  1. Navigate to the desired group or sub-group, then click the kebab menu (⋮).
  2. Select View Users to display the list of users in that group or sub-group.
  3. To remove a user, click the X icon next to their email address.