Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Access, functionality and information in DPOD are subject to Role Based Access Control through the system.

...

Configuring DPOD to use LDAP registry is described in Configuring LDAP.


Security Roles

Security roles are used to provide a means for the administrator to limit the functionality and filter the view users have of the system. For example, administrators can use the roles to limit a user for view-only functionality, as well as filter out devices, domains, services, client IP addresses, APIs, payload and more from a user's view, thereby providing each user with insights to only the parts of the system they are allowed to access.

There are two types of security roles available with DPOD:

  • Built-in Roles - DPOD's pre-defined roles, which can not be added, deleted or altered.
  • Custom Roles - defined by the administrator, and may be added, deleted or altered by a DPOD administrator.

...


Role NameDescription
OpDashAdminRoleBuilt-in Administrator role. Provides full access for the Web Console.
OpDashPowerUserRoleBuilt-in power user role. Allows access to Dashboards, Investigate, Explore, Reports/Alerts execution and viewing services configuration.
OpDashOperatorRoleBuilt-in role for controllers. Allows access to Dashboards, Investigate and Explore views.
OpDashInvestigatorRoleBuilt-in role for investigators. Allows access to some of the Dashboards and Investigate views.
Investigators have no access to the following Dashboards and Investigate views:
System Overview, System Health, RestartsResources DashboardsSecurity DashboardsPayload CaptureService ConfigurationService Configuration Changes and Failed Objects.
OpDashAppAdminRoleBuilt-in role for DPOD installation administrators. This role is required for signing in to the Admin Console.


Custom roles

Custom roles are optional, application-level roles managed by the administrators:

  • Custom roles are used to limit the functionality or limit access to certain resources such as specific devices, domains, services, APIs, payload etc.
  • Each custom role is configured with several permission directives that dictate allowed functionality as well as the allowed or denied resources for the users or security groups that are assigned with this custom role.
  • A user does not have to be assigned with custom roles. Users that are not assigned with any custom role have access to all the data in the system, as limited by their built-in role.
  • Each custom role should be linked to users or security groups.
  • The custom roles are accessed and managed using the [Manage → Security → Roles] page (As described in Security Roles).


Note
If you are using an LDAP registry, please make sure you link custom roles with specific LDAP users or LDAP security groups, as describe in Security Roles.

Effective Access Rights

A user may be assigned with several custom roles, directly or via security groups. The effective access rights of a user is calculated according to the rules described below:

  • If the user has access to certain resources (devices/domains/services/client IP addresses/APIs), they are denied from all other items of the same type.
    For example, if a user is allowed access to devices MyDevice1 and MyDevice2, they can only have access to these devices, and are denied from all other devices.
  • If the user is denied from certain resources, they are allowed to all other resources of the same type.
    For example, if a user is denied from devices MyDevice1 and MyDevice2, they still have access to all other devices.
  • If the user is denied from certain resources, they will not be able to access them, even if they have access to the same resources in other custom roles they are assigned to.
    For example, if a user is assigned with CustomRole1, which denies access to MyDevice1, and the same user is also assigned with CustomRole2, which provides access to MyDevice1, the user will not have access to MyDevice1.
  • If a user is assigned with several custom roles, field values are merged.
    For example, if a user is assigned with CustomRole3, which provides access to MyDevice3, and the same user is also assigned with CustomRole4, which provides access to MyDevice4, the user will have access to both MyDevice3 and MyDevice4.