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
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/deploy-configure.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ To define a custom role:
148
148
149
149
| Key | Type | Description | Required? |
150
150
|----|----|----|----|
151
+
| `spec.security.authentication.ignoreUnknownUsers` | boolean | Flag that indicates whether you can add users that don't exist in the `MongoDBCommunity` resource. If omitted, defaults to `true`. | No |
151
152
| `spec.security.roles` | array | Array that defines [custom roles](https://docs.mongodb.com/manual/core/security-user-defined-roles/) roles that give you fine-grained access control over your MongoDB deployment. | Yes |
152
153
| `spec.security.roles.role` | string | Name of the custom role. | Yes |
153
154
| `spec.security.roles.db` | string | Database in which you want to store the user-defined role. | Yes |
0 commit comments