Skip to content

Commit

Permalink
[doc]god-intro-added (#19)
Browse files Browse the repository at this point in the history
* [doc]god-intro-added

* fix comments
  • Loading branch information
amber-moe authored Apr 9, 2020
1 parent 6c16f4f commit f5be0af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
**Nebula Graph** 角色可分为以下几类:

- God
- 初始 Root 用户,与 Linux 系统中的 Root 用户类似
- 初始 Root 用户(类似于 Linux 系统中的 Root,和 Windows 系统中的 Administrator)
- 拥有所有操作权限。
- 一个集群只能有一个 God。God 可管理集群内所有 space。
- God 角色由 meta 自动初始化,且不支持用户自行授权成为 God。
- Admin
- 管理员用户。
- 对权限内的 space 拥有 schema 和 data 的读/写权限。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
**Nebula Graph** provides the following roles:

- God
- The initial root user similar to the root in Linux.
- The initial root user (similar to the Root in Linux and Administrator in Windows).
- All the operation access.
- A cluster can only have one God. God manages all the spaces in the cluster.
- The God role is automatically initialized by meta and cannot be granted by users.
- Admin
- The administration user.
- Read/write access to both the schema and data limited to its authorized space.
Expand Down

0 comments on commit f5be0af

Please sign in to comment.