Skip to content

Commit

Permalink
update basic role (#2552)
Browse files Browse the repository at this point in the history
* update basic role

* Update 3.role-list.md

* Update docs-2.0/7.data-security/1.authentication/3.role-list.md

---------

Co-authored-by: randomJoe211 <69501902+randomJoe211@users.noreply.github.com>
  • Loading branch information
cooper-lzy and randomJoe211 authored Feb 7, 2023
1 parent bf25360 commit e2374de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-2.0/7.data-security/1.authentication/3.role-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NebulaGraph 内置了多种角色,说明如下:

- 对权限内的图空间拥有 Schema 的**只读**权限。

- 对权限内的图空间可以自定义 Tag 和 Edge Type 的数据的**读写**权限
- (需额外授权)对权限内的图空间拥有 Tag 和 Edge Type 的读写权限

!!! enterpriseonly

Expand Down Expand Up @@ -130,6 +130,7 @@ SHOW GRANTS [<user_name>]
- 只有 GOD 和 ADMIN 角色用户能执行授权(GRANT)和撤销权限(REVOKE)操作。
- 只允许用户在指定图空间对 Basic 角色进行授权(GRANT)和撤销权限(REVOKE)操作,不允许授权给其他角色用户。
- Basic 角色不允许插入无 Tag 的点。
- 执行 UPDATE 或 UPSERT 操作必须同时拥有读权限和写权限。

### 示例
```ngql
Expand Down

0 comments on commit e2374de

Please sign in to comment.