docs: add Data Sources permission callout and fix BYOC IAM anchor#123
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: add Data Sources permission callout and fix BYOC IAM anchor#123mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports ClickHouse/clickhouse-docs#6328 — documents that the Data Sources tab currently requires the Manage and Delete Selected Services permission, and fixes a broken anchor in the BYOC security playbook.
Changes
manage-custom-roles.mdx: added a Note callout in the "Click Allow and select permission scope" step about Data Sources tab requiringManage and Delete Selected Services.console-roles.mdx: updated thecontrol-plane:service:manage-clickpipesrow to note that Data Sources tab access currently requirescontrol-plane:service:manage.byoc-security-playbook.mdx: updated link anchor from#cloudformation-iam-rolesto#aws-iam-roles.privilege.mdx(BYOC reference): renamed heading "CloudFormation IAM roles" → "AWS IAM roles" (anchor updated accordingly) to match the upstream rename and keep the playbook link working.Note
Low Risk
Documentation-only updates to console RBAC guidance and BYOC cross-links; no runtime, auth, or infrastructure code changes.
Overview
Documents that opening the Data Sources tab in ClickHouse Cloud currently needs the Manage and Delete Selected Services permission (
control-plane:service:manage), not only ClickPipes management rights.A Note was added in the custom-role creation flow (
manage-custom-roles.mdx), and the ClickPipes row inconsole-roles.mdxwas extended with the same requirement so RBAC setup matches product behavior.BYOC docs were aligned so the IAM reference heading is AWS IAM roles (
#aws-iam-roles) instead of CloudFormation IAM roles, and the BYOC security playbook link was updated to that anchor so incident-response guidance no longer points at a broken fragment.Reviewed by Cursor Bugbot for commit 712e597. Bugbot is set up for automated code reviews on this repo. Configure here.