Skip to content

Commit 441396d

Browse files
committed
docs(users): add connectionStringSecretAnnotations property
1 parent c7c21e5 commit 441396d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/users.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You cannot disable SCRAM authentication.
4242
| `spec.users.roles` | array of objects | Configures roles assigned to the user. | Yes |
4343
| `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 |
4444
| `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 |
4546

4647
```yaml
4748
---

0 commit comments

Comments
 (0)