Users and Roles
MarkLogic uses a role-based security model, where users are assigned roles with the minimum privileges they need to access data and product features.
MarkLogic Data Hub provides predefined roles for use in different components:
-
General roles are used by Data Hub in any platform, whether on-premises or in Data Hub Service (DHS).
Compared to legacy roles, general roles allow for more granular privilege management and for easier migration from an on-premises installation to DHS. To use these roles, you need MarkLogic Server 10.0-3 or later.
- Default General Roles can be assigned to users directly. Some of these roles can be inherited by custom roles.
- Other General Roles can be inherited by custom roles.
-
Hub Central roles allow access to various features of Hub Central, the GUI interface for Data Hub in DHS.
These roles are used only by Hub Central and are not required by other tools to access the same Data Hub functionality.
- Default Hub Central Roles can be assigned to users directly. Some of these roles can be inherited by custom roles.
- Other Hub Central Roles can be inherited by custom roles.
-
MarkLogic Server also provides roles that can be inherited by custom roles for use in Data Hub: Other Inheritable Roles
-
Legacy roles are still available for backward compatibility: Legacy Roles
Learn how to create custom roles and privileges.
The security role definitions are stored as JSON files in your local project directory under your-project-root/src/main/hub-internal-config/security/roles. Learn more: Project Structure
You can set the user credentials in the appropriate gradle*.properties file or you can specify them at the command line when running the Gradle task. Learn more: Set Security Credentials Using Gradle
Please refer to Data Hub Properties for more information on Authentication Support.
Default General Roles
Role Name | Directly Inherits | Role Description |
---|---|---|
|
|
Permits an assigned user:
Can be inherited by a custom role. |
|
|
Permits an assigned user:
|
|
|
Permits an assigned user:
Can be inherited by a custom role. |
|
|
Permits an assigned user:
Important: By default, new documents inherit the permissions of the user account that runs the step. For greater security, this role is configured without default privileges to avoid unintended inheritance. However, MarkLogic Server requires each new document to have at least one
update permission. Therefore, you must explicitly set the step's Target Permissions to specify at least one update permission to assign to new documents created by the step.Can be inherited by a custom role. |
|
|
Permits an assigned user:
Can be inherited by a custom role. |
|
Permits an assigned user to view personally identifiable information (PII). Learn more: Managing Personally Identifiable Information
Can be inherited by a custom role. |
Default Hub Central Roles
Role Name | Directly Inherits | Role Description |
---|---|---|
|
|
Permits an assigned user:
|
|
|
Permits an assigned user:
|
|
|
Permits an assigned user:
Can be inherited by a custom role. |
|
|
Permits an assigned user:
Can be inherited by a custom role. |
|
|
Permits an assigned user:
|
Other General Roles
In addition to the default general roles marked as inheritable above, a custom role can also inherit any of the following roles for use in all areas of Data Hub.
Role Name | Directly Inherits | Role Description |
---|---|---|
data-hub-common |
|
The role with the least privilege. Provides a common set of privileges and roles needed to perform Data Hub 5.x read operations. Inherited by all other roles; not intended to be directly assigned to users.
Can be inherited by a custom role. |
data-hub-common-writer |
|
Provides a common set of privileges and roles needed to perform Data Hub 5.x read and write operations. Inherited by other roles; not intended to be directly assigned to users.
Can be inherited by a custom role. |
data-hub-custom-reader |
Permits an assigned user to view the properties and settings of Custom steps.
Can be inherited by a custom role. |
|
data-hub-custom-writer |
|
Permits an assigned user to edit Custom steps.
For the ability to add, remove, or rearrange steps within the flow, see data-hub-flow-writer.
For the ability to create and delete Custom steps, see data-hub-developer.
Can be inherited by a custom role. |
data-hub-entity-model-reader |
Permits an assigned user to view the properties and settings of the entity models used for mapping.
Can be inherited by a custom role. |
|
data-hub-entity-model-writer |
|
Permits an assigned user to create, edit, and delete entity models.
Can be inherited by a custom role. |
data-hub-flow-reader |
Permits an assigned user to view the properties and settings of flows.
Can be inherited by a custom role. |
|
data-hub-flow-writer |
|
Permits an assigned user to create, edit, and delete flows.
Note: Step writer roles
(data-hub-ingestion-writer,
data-hub-mapping-writer, and
data-hub-match-merge-writer)
can only create, edit, and delete steps. The data-hub-flow-writer is needed to add, remove, or rearrange steps within the flow.
Can be inherited by a custom role. |
data-hub-ingestion-reader |
Permits an assigned user to view the properties and settings of Ingestion/Loading steps.
Can be inherited by a custom role. |
|
data-hub-ingestion-writer |
|
Permits an assigned user to create, edit, and delete Ingestion/Loading steps.
For the ability to add, remove, or rearrange steps within the flow, see data-hub-flow-writer.
Can be inherited by a custom role. |
data-hub-job-reader |
Permits an assigned user to view details about completed jobs.
Can be inherited by a custom role. |
|
data-hub-mapping-reader |
Permits an assigned user to view the properties and settings of Mapping steps, as well as the mapping details.
Can be inherited by a custom role. |
|
data-hub-mapping-writer |
|
Permits an assigned user to create, edit, and delete Mapping steps.
For the ability to add, remove, or rearrange steps within the flow, see data-hub-flow-writer.
Can be inherited by a custom role. |
data-hub-match-merge-reader |
|
Permits an assigned user to view the properties and settings of Matching and Merging steps, as well as the matching and merging details.
Can be inherited by a custom role. |
data-hub-match-merge-writer |
|
Permits an assigned user to create, edit, and delete Matching and Merging steps.
For the ability to add, remove, or rearrange steps within the flow, see data-hub-flow-writer.
Can be inherited by a custom role. |
data-hub-module-reader |
Permits an assigned user to view custom modules.
Can be inherited by a custom role. |
|
data-hub-module-writer |
Permits an assigned user to create, edit, and delete custom modules.
Can be inherited by a custom role. |
|
data-hub-odbc-user |
Permits an assigned user to perform operations on the databases using ODBC.
Can be inherited by a custom role. |
|
data-hub-saved-query-user |
|
Permits an assigned user to save and manage their own queries.
To save and manage queries using Hub Central, use hub-central-saved-query-user. Can be inherited by a custom role. |
data-hub-spawn-user |
Permits an assigned user to create spawn functions on the task server.
Can be inherited by a custom role. |
|
data-hub-step-definition-reader |
Permits an assigned user to view the properties and settings of step definitions.
Can be inherited by a custom role. |
|
data-hub-step-definition-writer |
Permits an assigned user to create, edit, and delete step definitions.
Can be inherited by a custom role. |
|
data-hub-temporal-user |
Permits an assigned user to create temporal collections and to load and manage temporal documents.
Can be inherited by a custom role. |
|
data-hub-user-reader |
Permits an assigned user to read information about a user's assigned roles or about a role's inherited roles and privileges.
Can be inherited by a custom role. |
Other Hub Central Roles
In addition to the default Hub Central roles marked as inheritable above, a custom role can also inherit any of the following roles for use in Hub Central.
Role Name | Directly Inherits | Role Description |
---|---|---|
hub-central-clear-user-data |
|
Permits an assigned user to clear user data (not user-created project artifacts) from the STAGING, FINAL, and JOBS databases.
Can be inherited by a custom role. |
hub-central-custom-reader |
|
Permits an assigned user to view the properties and settings of Custom steps.
Can be inherited by a custom role. |
hub-central-downloader |
|
Permits an assigned user to download project files.
Can be inherited by a custom role. |
hub-central-entity-exporter |
|
Permits an assigned user to export the CSV-formatted results of a query on the curated data.
Can be inherited by a custom role. |
hub-central-entity-model-reader |
|
Permits an assigned user to view the properties and settings of the entity models used for mapping.
Can be inherited by a custom role. |
hub-central-entity-model-writer |
|
Permits an assigned user to create, edit, and delete entity models.
Can be inherited by a custom role. |
hub-central-flow-writer |
|
Permits an assigned user to create, edit, and delete flows.
Note: Step writer roles
(hub-central-load-writer,
hub-central-mapping-writer, and
hub-central-match-merge-writer)
can only create, edit, and delete steps. The hub-central-flow-writer is needed to add, remove, or rearrange steps within the flow.
Can be inherited by a custom role. |
hub-central-load-reader |
|
Permits an assigned user to view the properties and settings of Loading steps.
Can be inherited by a custom role. |
hub-central-load-writer |
|
Permits an assigned user to create, edit, and delete Loading steps.
For the ability to add, remove, or rearrange steps within the flow, see hub-central-flow-writer.
Can be inherited by a custom role. |
hub-central-mapping-reader |
|
Permits an assigned user to view the properties and settings of Mapping steps, as well as the mapping details.
Can be inherited by a custom role. |
hub-central-mapping-writer |
|
Permits an assigned user to create, edit, and delete Mapping steps.
For the ability to add, remove, or rearrange steps within the flow, see hub-central-flow-writer.
Can be inherited by a custom role. |
hub-central-match-merge-reader |
|
Permits an assigned user to view the properties and settings of Matching and Merging steps, as well as the matching and merging details.
Can be inherited by a custom role. |
hub-central-match-merge-writer |
|
Permits an assigned user to create, edit, and delete Matching and Merging steps.
For the ability to add, remove, or rearrange steps within the flow, see hub-central-flow-writer.
Can be inherited by a custom role. |
hub-central-saved-query-user |
|
Permits an assigned user to save and manage their own queries within Hub Central.
Can be inherited by a custom role. |
hub-central-step-runner |
|
Permits an assigned user to run flows and steps.
Can be inherited by a custom role. |
hub-central-user |
|
Permits an assigned user to view project information.
Can be inherited by a custom role. |
Other Inheritable Roles
These roles are provided by ML Server and can be inherited by custom roles used in Data Hub.
Role Name | Role Description |
---|---|
dls-admin | Permits an assigned user to perform operations that use the Library Services API, such as inserting retention policies and breaking checkouts.
Learn more: Security Considerations of Library Services Applications
Can be inherited by a custom role. |
dls-user | Permits an assigned user to execute code that manage, check out, and check in managed documents that the user is allowed to update.
Learn more: Security Considerations of Library Services Applications
Can be inherited by a custom role. |
redaction-user | Permits an assigned user to redact documents to hide sensitive information within them.
Learn more: Redacting Document Content - Security Considerations
Can be inherited by a custom role. |
rest-reader | Permits an assigned user to perform read operations through the REST Client API, such as retrieving documents and metadata. Additional privileges might be required.
Learn more: MarkLogic REST API - Security Requirements
Can be inherited by a custom role. |
rest-writer | Permits an assigned user to perform write operations through the REST Client API, such as creating documents, metadata, or configuration information. Additional privileges might be required.
Learn more: MarkLogic REST API - Security Requirements
Can be inherited by a custom role. |
Legacy Roles
The following legacy roles are supported for backward compatibility with Data Hub 5.1 or earlier versions.
Role Name | Role Description | Auto-Generated User | When used |
---|---|---|---|
data-hub-admin-role |
Permits an assigned user:
Must be assigned as part of the first deployment (i.e., bootstrapping role). Does not have administrative access to the entire MarkLogic server. Tip: Switch to the data-hub-admin and data-hub-security-admin roles for more granular privileges.
|
data-hub-admin-user |
During setup and maintenance |
flow-developer-role |
Permits an assigned user:
Tip: Switch to the data-hub-developer role for more granular privileges.
(Same role as in Data Hub Service.) |
flow-developer |
During development |
flow-operator-role |
Permits an assigned user:
Tip: Switch to the data-hub-monitor and data-hub-operator roles for more granular privileges.
(Same role as in Data Hub Service.) |
flow-operator |
In a production environment |