-
Notifications
You must be signed in to change notification settings - Fork 38
fix: cloud advanced usage for cn #2946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
3 changes: 3 additions & 0 deletions
3
docs/cn/guides/20-cloud/30-advanced/01-iam-role/_category_.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "label": "IAM 角色" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: IAM 角色 | ||
| --- | ||
|
|
||
| import IndexOverviewList from '@site/src/components/IndexOverviewList'; | ||
|
|
||
| # 为什么选择 IAM 角色 | ||
|
|
||
| 云原生的身份委托能力(如 AWS IAM Role、Azure Managed Identity、Google Service Account Federation 等)可以让 Databend Cloud 获取短期凭证,而无需接触长期 Access Key。这样既能把数据平面访问留在您的云账户内,又能让您始终掌控权限。 | ||
|
|
||
| ## 优势 | ||
|
|
||
| - 无需长期密钥:短期凭证消除了泄露或轮换长期密钥的风险。 | ||
| - 最小权限:精细化策略可确保 Databend Cloud 只访问您授权的桶和操作。 | ||
| - 集中治理:继续通过既有 IAM 工作流进行审计、吊销和审批。 | ||
| - 自动轮换:云厂商负责刷新令牌,团队变动也不会中断访问。 | ||
|
|
||
| ## 工作原理 | ||
|
|
||
| 当 Databend Cloud 支持团队提供您组织的受信主体信息后,您需要在自己的云账户中创建 IAM 角色或身份,授予访问对象存储所需的最小权限,并在信任策略中指定只允许 Databend Cloud 使用唯一的 External ID 来扮演该角色。此后 Databend Cloud 会按需假设该角色,使用短期凭证访问存储,并在会话结束后自动退出。 | ||
|
|
||
| <IndexOverviewList /> |
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
3 changes: 3 additions & 0 deletions
3
docs/cn/guides/20-cloud/30-advanced/02-private-link/_category_.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "label": "Private Link" | ||
| } |
22 changes: 22 additions & 0 deletions
22
docs/cn/guides/20-cloud/30-advanced/02-private-link/index.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: Private Link | ||
| --- | ||
|
|
||
| import IndexOverviewList from '@site/src/components/IndexOverviewList'; | ||
|
|
||
| # 为什么选择 PrivateLink | ||
|
|
||
| 各大云厂商提供的 PrivateLink/Private Endpoint(AWS PrivateLink、Azure Private Link、Google Private Service Connect 等)允许您在自己的网络边界内通过私有 IP 访问 Databend Cloud,整个链路无需穿越公网。这能让数据集、凭据和管理操作都留在云厂商骨干网上,并遵循您现有的网络策略。 | ||
|
|
||
| ## 优势 | ||
|
|
||
| - 网络隔离:流量始终停留在 VPC/VPN 内,避免暴露到公网上。 | ||
| - 合规友好:更容易满足禁止公网出口的内审或行业规范。 | ||
| - 性能稳定:走云厂商骨干而不是不可控的互联网线路。 | ||
| - 简化管控:沿用既有的安全组、路由表和监控手段。 | ||
|
|
||
| ## 工作原理 | ||
|
|
||
| 当 Databend Cloud 审批了您计划接入的云账户或项目后,您即可创建指向所在区域 Databend 服务的私有终端节点。启用私有 DNS 后,Databend Cloud 域名会解析到这些私有 IP,所有会话都会自动通过安全的私有链路传输。 | ||
|
|
||
| <IndexOverviewList /> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "label": "高级用法" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| title: 高级用法 | ||
| --- | ||
|
|
||
| import IndexOverviewList from '@site/src/components/IndexOverviewList'; | ||
|
|
||
| <IndexOverviewList /> |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.