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/users.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You cannot disable SCRAM authentication.
8
8
9
9
1. Copy the following example secret.
10
10
11
-
```
11
+
```yaml
12
12
---
13
13
apiVersion: v1
14
14
kind: Secret
@@ -43,10 +43,10 @@ You cannot disable SCRAM authentication.
43
43
| `spec.users.roles.role.name` | string | Name of the role. Valid values are [built-in roles](https://docs.mongodb.com/manual/reference/built-in-roles/#built-in-roles) and [custom roles](deploy-configure.md#define-a-custom-database-role) that you have defined. | Yes |
44
44
| `spec.users.roles.role.db` | string | Database that the role applies to. | Yes |
0 commit comments