Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/admin-manual/auth/authorization/ranger.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,25 @@ Equivalent to the internal Doris authorization statement `grant usage_priv on wo

![ Workload Group Permissions](/images/ranger/group1.png)

#### 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.

![compute group](/images/ranger/compute-group.png)

#### 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.

![storage vault](/images/ranger/storage-vault.png)


### Row-Level Permissions Example

> Supported in version 2.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件

![group1](/images/ranger/group1.png)

#### Compute Group 权限

> 3.0.6 版本支持

相当于 Doris 内部授权语句的 `grant usage_priv on compute group 'group1' to user1`;
- catalog 同级下拉框可以找到 compute group 选项

![compute group](/images/ranger/compute-group.png)

#### Storage Vault 权限

> 3.0.6 版本支持

相当于 Doris 内部授权语句的 `grant usage_priv on storage vault 'vault1' to user1`;
- catalog 同级下拉框可以找到 storage vault 选项

![storage vault](/images/ranger/storage-vault.png)

### 行权限示例

> 2.1.3 版本支持
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件

![group1](/images/ranger/group1.png)

#### Compute Group 权限

> 3.0.6 版本支持

相当于 Doris 内部授权语句的 `grant usage_priv on compute group 'group1' to user1`;
- catalog 同级下拉框可以找到 compute group 选项

![compute group](/images/ranger/compute-group.png)

#### Storage Vault 权限

> 3.0.6 版本支持

相当于 Doris 内部授权语句的 `grant usage_priv on storage vault 'vault1' to user1`;
- catalog 同级下拉框可以找到 storage vault 选项

![storage vault](/images/ranger/storage-vault.png)

### 行权限示例

> 2.1.3 版本支持
Expand Down
Binary file added static/images/ranger/compute-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/ranger/storage-vault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,24 @@ Equivalent to the internal Doris authorization statement `grant usage_priv on wo

![group1](/images/ranger/group1.png)

#### 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.

![compute group](/images/ranger/compute-group.png)

#### 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.

![storage vault](/images/ranger/storage-vault.png)

### Row-Level Permissions Example

> Supported in version 2.1.3
Expand Down