You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/challenge/rbac.mdx
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
sidebar_position: 2
3
3
---
4
4
5
-
# 👐 RUN : RBAC challenge
5
+
# 👐 RUN : RBAC Challenge
6
6
:::tip
7
7
8
8
:::info
@@ -11,9 +11,9 @@ The provided scripts are incomplete. Replace all `<CODE_BLOCK>` with the correct
11
11
12
12
:::tip
13
13
Hint: Remember to add `--projectId {project_id}`
14
-
Refer to documentations : [atlas dbusers](https://www.mongodb.com/docs/atlas/cli/current/command/atlas-dbusers-create/) , [atlas customDbRoles](https://www.mongodb.com/docs/atlas/cli/current/command/atlas-customDbRoles-create/)
14
+
Refer to the documentation: [atlas dbusers](https://www.mongodb.com/docs/atlas/cli/current/command/atlas-dbusers-create/) , [atlas customDbRoles](https://www.mongodb.com/docs/atlas/cli/current/command/atlas-customDbRoles-create/)
15
15
:::
16
-
### 1. Create a user for "MyNewCluster" database only
16
+
### 1. Create a user for "MyNewCluster" database only.
17
17
18
18
```python
19
19
# Create a user:'myNewClusterAdmin', password:'myNewClusterAdminPass', role: 'readWriteAnyDatabase'
0 commit comments