docs(postgres): add RBAC page for Managed Postgres#120
Open
mintlify[bot] wants to merge 1 commit into
Open
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#6341, which adds documentation for role-based access control (RBAC) on Managed Postgres services.
Changes
products/managed-postgres/rbac.mdx(slug preserved:/cloud/managed-postgres/rbac) covering available permissions, creating a custom role, and assigning it.products/managed-postgres/navigation.jsonunder Features, placed after Security (mirrors source sidebar placement).images/managed-postgres/rbac/.Context
Source PR: ClickHouse/clickhouse-docs#6341 — "feat(postgres): add doc on RBAC for Postgres". Docusaurus admonition (
:::note) converted to Mintlify<Note>;BetaBadgeimport switched to the Mintlify snippet component;Imageswitched to the Mintlify snippet component with root-relativeimgpaths.Note
Low Risk
Documentation-only changes with no runtime, auth, or application code impact.
Overview
Adds a Managed Postgres RBAC reference page (slug
/cloud/managed-postgres/rbac) that documents Cloud role-based access for Postgres services: the two service permissions (View / Manage), that Organization manage is still required to create services, and step-by-step UI flows for creating a scoped Postgres Service role and assigning it to users, with Mintlify<Note>,BetaBadge, andImagesnippets.The page is wired into Features in
navigation.jsonimmediately after Security.Reviewed by Cursor Bugbot for commit 65ce433. Bugbot is set up for automated code reviews on this repo. Configure here.