From 13ce8abb9e146a3c0d09bac5a19ebe0a715b4627 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:47:49 +0000 Subject: [PATCH] docs: clarify Data Sources tab permission requirement for custom roles --- .../security/cloud-access-management/manage-custom-roles.mdx | 4 ++++ products/cloud/reference/security/console-roles.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/products/cloud/guides/security/cloud-access-management/manage-custom-roles.mdx b/products/cloud/guides/security/cloud-access-management/manage-custom-roles.mdx index ea1cc958f..134d4df6c 100644 --- a/products/cloud/guides/security/cloud-access-management/manage-custom-roles.mdx +++ b/products/cloud/guides/security/cloud-access-management/manage-custom-roles.mdx @@ -55,6 +55,10 @@ Click the `Allow` button and select from Organization, Service, and/or Database Ensure users who will log into the console have a minimum of Organization > Access organization permissions. + +**ClickPipes / Data Sources access**: To grant access to the **Data Sources** tab (used for ClickPipes, data lake integrations, and file uploads), the role must include `Manage and Delete Selected Services` in addition to any ClickPipes-specific permissions. + + diff --git a/products/cloud/reference/security/console-roles.mdx b/products/cloud/reference/security/console-roles.mdx index ddb87cee3..83675c9d5 100644 --- a/products/cloud/reference/security/console-roles.mdx +++ b/products/cloud/reference/security/console-roles.mdx @@ -84,3 +84,7 @@ The table below describes the ClickHouse console and SQL console permissions. Mo | control-plane:service:manage-clickstack-api | Manage ClickStack API access and related integrations. | | **SQL console role mapping** ([more info](/products/cloud/guides/security/cloud-access-management/manage-sql-console-role-assignments)) | Manage SQL console role assignments | | sql-console:database:access | Passwordless access to the database via SQL console (may only be used with sql-console-admin or sql-console-readonly) | + + +**Data Sources tab visibility**: Granting `control-plane:service:manage-clickpipes` alone doesn't make the **Data Sources** tab visible in the console. The Data Sources tab is gated on `control-plane:service:manage` (the "Manage and Delete Selected Services" permission), so custom roles intended to manage ClickPipes must include both permissions. +