This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new bd8ea6f8d9d [auth]ranger support grant storage vault and compute group
auth (#2277)
bd8ea6f8d9d is described below
commit bd8ea6f8d9d6b824865858adba55cce4e5967194
Author: zhangdong <[email protected]>
AuthorDate: Mon Jul 28 14:22:02 2025 +0800
[auth]ranger support grant storage vault and compute group auth (#2277)
---
docs/admin-manual/auth/authorization/ranger.md | 19 +++++++++++++++++++
.../admin-manual/auth/authorization/ranger.md | 18 ++++++++++++++++++
.../admin-manual/auth/authorization/ranger.md | 18 ++++++++++++++++++
static/images/ranger/compute-group.png | Bin 0 -> 352422 bytes
static/images/ranger/storage-vault.png | Bin 0 -> 299441 bytes
.../admin-manual/auth/authorization/ranger.md | 18 ++++++++++++++++++
6 files changed, 73 insertions(+)
diff --git a/docs/admin-manual/auth/authorization/ranger.md
b/docs/admin-manual/auth/authorization/ranger.md
index c196239b93b..d22c7eee83f 100644
--- a/docs/admin-manual/auth/authorization/ranger.md
+++ b/docs/admin-manual/auth/authorization/ranger.md
@@ -97,6 +97,25 @@ Equivalent to the internal Doris authorization statement
`grant usage_priv on wo

+#### Compute Group Permissions
+
+> Supported in version 3.0.6
+
+Equivalent to the internal Doris authorization statement `grant usage_priv on
compute group 'group1' to user1`;
+- The compute group option can be found in the dropdown box at the same level
as the catalog.
+
+
+
+#### Storage Vault Permissions
+
+> Supported in version 3.0.6
+
+Equivalent to the internal Doris authorization statement `grant usage_priv on
storage vault 'vault1' to user1`;
+- The storage vault option can be found in the dropdown box at the same level
as the catalog.
+
+
+
+
### Row-Level Permissions Example
> Supported in version 2.1.3
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/ranger.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/ranger.md
index f5869194618..2a8b8a0d78d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/ranger.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/ranger.md
@@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件

+#### Compute Group 权限
+
+> 3.0.6 版本支持
+
+相当于 Doris 内部授权语句的 `grant usage_priv on compute group 'group1' to user1`;
+- catalog 同级下拉框可以找到 compute group 选项
+
+
+
+#### Storage Vault 权限
+
+> 3.0.6 版本支持
+
+相当于 Doris 内部授权语句的 `grant usage_priv on storage vault 'vault1' to user1`;
+- catalog 同级下拉框可以找到 storage vault 选项
+
+
+
### 行权限示例
> 2.1.3 版本支持
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/authorization/ranger.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/authorization/ranger.md
index f5869194618..2a8b8a0d78d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/authorization/ranger.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/authorization/ranger.md
@@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件

+#### Compute Group 权限
+
+> 3.0.6 版本支持
+
+相当于 Doris 内部授权语句的 `grant usage_priv on compute group 'group1' to user1`;
+- catalog 同级下拉框可以找到 compute group 选项
+
+
+
+#### Storage Vault 权限
+
+> 3.0.6 版本支持
+
+相当于 Doris 内部授权语句的 `grant usage_priv on storage vault 'vault1' to user1`;
+- catalog 同级下拉框可以找到 storage vault 选项
+
+
+
### 行权限示例
> 2.1.3 版本支持
diff --git a/static/images/ranger/compute-group.png
b/static/images/ranger/compute-group.png
new file mode 100644
index 00000000000..a2d1317d3b6
Binary files /dev/null and b/static/images/ranger/compute-group.png differ
diff --git a/static/images/ranger/storage-vault.png
b/static/images/ranger/storage-vault.png
new file mode 100644
index 00000000000..c3436201873
Binary files /dev/null and b/static/images/ranger/storage-vault.png differ
diff --git
a/versioned_docs/version-3.0/admin-manual/auth/authorization/ranger.md
b/versioned_docs/version-3.0/admin-manual/auth/authorization/ranger.md
index 9335603e79d..f6913f2b859 100644
--- a/versioned_docs/version-3.0/admin-manual/auth/authorization/ranger.md
+++ b/versioned_docs/version-3.0/admin-manual/auth/authorization/ranger.md
@@ -97,6 +97,24 @@ Equivalent to the internal Doris authorization statement
`grant usage_priv on wo

+#### Compute Group Permissions
+
+> Supported in version 3.0.6
+
+Equivalent to the internal Doris authorization statement `grant usage_priv on
compute group 'group1' to user1`;
+- The compute group option can be found in the dropdown box at the same level
as the catalog.
+
+
+
+#### Storage Vault Permissions
+
+> Supported in version 3.0.6
+
+Equivalent to the internal Doris authorization statement `grant usage_priv on
storage vault 'vault1' to user1`;
+- The storage vault option can be found in the dropdown box at the same level
as the catalog.
+
+
+
### Row-Level Permissions Example
> Supported in version 2.1.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]