docs: add Data Sources tab permission callout and fix BYOC anchor#108
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: add Data Sources tab permission callout and fix BYOC anchor#108mintlify[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 Servicespermission, and fixes a broken BYOC privilege anchor.Changes
manage-custom-roles.mdx: added a<Note>callout about Data Sources tab requiring theManage and Delete Selected Servicespermission (ported from upstream:::noteadmonition).console-roles.mdx: expanded thecontrol-plane:service:manage-clickpipesrow to note the Data Sources tab access requirement.byoc-security-playbook.mdx: updated CloudFormation link anchor from#cloudformation-iam-rolesto#aws-iam-rolesto match the upstream rename.bring-your-own-cloud/reference/privilege.mdx: renamed the section heading fromCloudFormation IAM rolestoAWS IAM roles(with anchor#aws-iam-roles) so the link target exists in the Mintlify port. This mirrors a prior upstream change (clickhouse-docs#6326) that hadn't been ported yet — without it the anchor fix in the playbook would still be broken.Context
Upstream PR ClickHouse/clickhouse-docs#6328 on branch
data-sources-permission-callout.Note
Low Risk
Documentation-only edits to permissions guidance and internal links; no product or security behavior changes.
Overview
Documents that the Cloud console Data Sources tab currently depends on
Manage and Delete Selected Services(control-plane:service:manage), via a new note in the custom-roles guide and an expanded ClickPipes permission row in the console roles reference.Aligns BYOC privilege docs with upstream naming by retitling CloudFormation IAM roles to AWS IAM roles (
#aws-iam-roles) and updating the BYOC security playbook link so the IAM role list anchor resolves.Reviewed by Cursor Bugbot for commit f6b2fcd. Bugbot is set up for automated code reviews on this repo. Configure here.