Question
What permission do I need to execute actions/configure_pipeline or actions/save-schema-file for a DPH connector in the user id?
Answer:
Default Permissions Without ROLE_ADMIN_TENANT
ROLE_ADMIN_TENANT (or ROLE_TENANT_ADMIN) is one of the primary roles that grants permission to perform DPH management actions, including configuring pipelines.
If you do not have this role, you will not have the necessary permissions to access or modify pipeline configurations via the standard APIs or the UI.
Attempting to perform these actions without the required role will typically result in a 403 Forbidden or insufficient permissions error.
Alternative Roles
ROLE_DATA_PIPELINE_ADMIN:
If you have this role, you may still be able to perform DPH management actions, as it is designed for internal/global use and grants broad Data Pipeline permissions.Custom Roles:
In some organizations, custom roles may be created with the necessary Data Pipeline permissions. If you have a custom role with explicit DPH permissions, you may be able to proceed.
What You Can Do
Request Role Assignment:
Contact your Reltio administrator or support team and request to be assigned the ROLE_ADMIN_TENANT or ROLE_DATA_PIPELINE_ADMIN role.Check for Custom Roles:
Verify if your organization has a custom role that grants the required permissions for pipeline configuration.Collaborate with an Admin:
If you can't be granted the role, please collaborate with someone who has the necessary permissions to perform the configuration for you.
Cloud Platform Permissions
Even with the correct Reltio role, you must also have the necessary permissions in the connected cloud platform (Databricks, AWS, Azure) to perform pipeline actions.
Summary Table
Scenario | Can Perform configure_pipeline? | Solution |
|---|---|---|
Has ROLE_ADMIN_TENANT | Yes | Proceed |
Has ROLE_DATA_PIPELINE_ADMIN | Yes (if enabled for your org) | Proceed |
Has neither role | No | Request role assignment or collaborate with admin |
Has custom role with DPH permissions | Yes (if permissions are correct) | Proceed |
Comments
Please sign in to leave a comment.