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
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ You cannot disable SCRAM authentication.
42
42
| `spec.users.roles` | array of objects | Configures roles assigned to the user. | Yes |
43
43
| `spec.users.roles.role.name` | string | Name of the role. Valid values are [built-in roles](https://www.mongodb.com/docs/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 |
45
+
| `spec.users.connectionStringSecretAnnotations` | object | Annotations of the secret object created by the operator which exposes the connection strings for the user. | No |
0 commit comments