File tree Expand file tree Collapse file tree 6 files changed +73
-0
lines changed
docs/admin-manual/auth/authorization
i18n/zh-CN/docusaurus-plugin-content-docs
current/admin-manual/auth/authorization
version-3.0/admin-manual/auth/authorization
versioned_docs/version-3.0/admin-manual/auth/authorization Expand file tree Collapse file tree 6 files changed +73
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,25 @@ Equivalent to the internal Doris authorization statement `grant usage_priv on wo
97
97
98
98
![ Workload Group Permissions] ( /images/ranger/group1.png )
99
99
100
+ #### Compute Group Permissions
101
+
102
+ > Supported in version 3.0.6
103
+
104
+ Equivalent to the internal Doris authorization statement ` grant usage_priv on compute group 'group1' to user1 ` ;
105
+ - The compute group option can be found in the dropdown box at the same level as the catalog.
106
+
107
+ ![ compute group] ( /images/ranger/compute-group.png )
108
+
109
+ #### Storage Vault Permissions
110
+
111
+ > Supported in version 3.0.6
112
+
113
+ Equivalent to the internal Doris authorization statement ` grant usage_priv on storage vault 'vault1' to user1 ` ;
114
+ - The storage vault option can be found in the dropdown box at the same level as the catalog.
115
+
116
+ ![ storage vault] ( /images/ranger/storage-vault.png )
117
+
118
+
100
119
### Row-Level Permissions Example
101
120
102
121
> Supported in version 2.1.3
Original file line number Diff line number Diff line change @@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件
97
97
98
98
![ group1] ( /images/ranger/group1.png )
99
99
100
+ #### Compute Group 权限
101
+
102
+ > 3.0.6 版本支持
103
+
104
+ 相当于 Doris 内部授权语句的 ` grant usage_priv on compute group 'group1' to user1 ` ;
105
+ - catalog 同级下拉框可以找到 compute group 选项
106
+
107
+ ![ compute group] ( /images/ranger/compute-group.png )
108
+
109
+ #### Storage Vault 权限
110
+
111
+ > 3.0.6 版本支持
112
+
113
+ 相当于 Doris 内部授权语句的 ` grant usage_priv on storage vault 'vault1' to user1 ` ;
114
+ - catalog 同级下拉框可以找到 storage vault 选项
115
+
116
+ ![ storage vault] ( /images/ranger/storage-vault.png )
117
+
100
118
### 行权限示例
101
119
102
120
> 2.1.3 版本支持
Original file line number Diff line number Diff line change @@ -97,6 +97,24 @@ Ranger 的安装和配置见下文:安装和配置 Doris Ranger 插件
97
97
98
98
![ group1] ( /images/ranger/group1.png )
99
99
100
+ #### Compute Group 权限
101
+
102
+ > 3.0.6 版本支持
103
+
104
+ 相当于 Doris 内部授权语句的 ` grant usage_priv on compute group 'group1' to user1 ` ;
105
+ - catalog 同级下拉框可以找到 compute group 选项
106
+
107
+ ![ compute group] ( /images/ranger/compute-group.png )
108
+
109
+ #### Storage Vault 权限
110
+
111
+ > 3.0.6 版本支持
112
+
113
+ 相当于 Doris 内部授权语句的 ` grant usage_priv on storage vault 'vault1' to user1 ` ;
114
+ - catalog 同级下拉框可以找到 storage vault 选项
115
+
116
+ ![ storage vault] ( /images/ranger/storage-vault.png )
117
+
100
118
### 行权限示例
101
119
102
120
> 2.1.3 版本支持
Original file line number Diff line number Diff line change @@ -97,6 +97,24 @@ Equivalent to the internal Doris authorization statement `grant usage_priv on wo
97
97
98
98
![ group1] ( /images/ranger/group1.png )
99
99
100
+ #### Compute Group Permissions
101
+
102
+ > Supported in version 3.0.6
103
+
104
+ Equivalent to the internal Doris authorization statement ` grant usage_priv on compute group 'group1' to user1 ` ;
105
+ - The compute group option can be found in the dropdown box at the same level as the catalog.
106
+
107
+ ![ compute group] ( /images/ranger/compute-group.png )
108
+
109
+ #### Storage Vault Permissions
110
+
111
+ > Supported in version 3.0.6
112
+
113
+ Equivalent to the internal Doris authorization statement ` grant usage_priv on storage vault 'vault1' to user1 ` ;
114
+ - The storage vault option can be found in the dropdown box at the same level as the catalog.
115
+
116
+ ![ storage vault] ( /images/ranger/storage-vault.png )
117
+
100
118
### Row-Level Permissions Example
101
119
102
120
> Supported in version 2.1.3
You can’t perform that action at this time.
0 commit comments