Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 5745a5f

Browse files
authored
(DOCSP-16456): Added new field. (#557)
1 parent 1f185f3 commit 5745a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deploy-configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ To define a custom role:
148148

149149
| Key | Type | Description | Required? |
150150
|----|----|----|----|
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 |
151152
| `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 |
152153
| `spec.security.roles.role` | string | Name of the custom role. | Yes |
153154
| `spec.security.roles.db` | string | Database in which you want to store the user-defined role. | Yes |

0 commit comments

Comments
 (0)