Skip to content
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

update basic role #2552

Merged
merged 3 commits into from
Feb 7, 2023
Merged
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
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