Built-In-Roles
MongoDB에서 기본으로 정의하고 있는 built-in-roles는 아래와 같음.
일반적으로는 그냥 read, readWrite, root 만 알고 있으면 될 듯...
따로 설명을 달지는 않으니 MongoDB 홈페이지 참조: http://docs.mongodb.org/manual/reference/built-in-roles/
[DB User Roles]
read: 읽기 권한 (system collection 제외)
readWrite: read role + 쓰기 권한 (system collection 제외)
[DB Admin Roles]
dbAdmin
dbOwner
userAdmin
[Cluster Admin Roles]
clusterAdmin
clusterManager
clusterMonitor
hostManager
[Backup/Restore Roles]
backup
restore
[All-Database Roles]
readAnyDatabase
readWriteAnyDatabase
userAdminAnyDatabase
dbAdminAnyDatabase
[SuperUser Roles]
root: restore를 제외한 superuser 권한
[Internal Role]
__system
'DataBase' 카테고리의 다른 글
[MongoDB] Sharding과 ReplicaSet의 User는 별개임. (0) | 2014.12.29 |
---|---|
[MongoDB] 사용자 정의 Roles (user defined roles, collection-level access control) (0) | 2014.12.24 |
[MongoDB] 사용자 관리 (User Administration) (0) | 2014.12.24 |
[MongoDB] shell에서 timestamp를 Date 형태로 출력 (print timestamp to date) (0) | 2014.12.11 |
[MongoDB] 권장 ulimit 설정값 (0) | 2014.03.17 |