Docs Menu
Docs Home
/ /

기본 제공 역할

MongoDB grants access to data and commands through role-based authorization. MongoDB provides built-in roles that grant the different levels of access commonly needed in a database system.

역할은 정의된 리소스에서 일련의 조치를 수행할 수 있는 권한을 부여합니다. 지정된 역할은 해당 역할이 정의된 데이터베이스에 적용되며 컬렉션 수준까지 세부적으로 액세스 권한을 부여할 수 있습니다.

MongoDB가 기본으로 제공하는 각각의 역할은 해당 역할의 데이터베이스에 있는 모든 비시스템 컬렉션에 대한 데이터베이스 수준과 모든 시스템 컬렉션에 대한 컬렉션 수준에서 액세스를 정의합니다.

시스템 컬렉션 에는 다음 항목이 포함됩니다.

  • <database>.system.* namespace

  • local.replset.* 복제본 세트 네임스페이스

비시스템 컬렉션 은 이전 목록의 네임스페이스에 없는 컬렉션입니다.

Although MongoDB Atlas database users have different built-in roles than self-hosted deployment users, MongoDB builds the built-in roles for each type of deployment from the same set of privilege actions.

Use the selector at the top of the page to choose your deployment type and see the available built-in roles.

돌아가기

Atlas 에서 데이터베이스 사용자 구성