Skip to content

Commit 7ee538d

Browse files
(DOCSP-10049: Add missing ignoreUnknownUsers option (#258)
* (DOCSP-10049: Add missing ignoreUnknownUsers option * Tech review
1 parent 56596c9 commit 7ee538d

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,19 @@ description: |
546546
project.
547547
---
548548
program: _shared
549+
name: spec.security.authentication.ignoreUnknownUsers
550+
type: boolean
551+
directive: setting
552+
optional: true
553+
default: "``false``"
554+
description: |
555+
Determines whether you can modify database users that were not
556+
configured through the |k8s-op-short| or the |com| UI.
557+
558+
Set to ``true`` if you need to manage database users directly through
559+
the |mongod| or |mongos|.
560+
---
561+
program: _shared
549562
name: spec.additionalMongodConfig.net.ssl.mode
550563
type: string
551564
directive: setting

source/includes/options-k8s-standalone.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ inherit:
9292

9393
---
9494
program: k8sSaConf
95+
name: spec.security.authentication.ignoreUnknownUsers
96+
inherit:
97+
name: spec.security.authentication.ignoreUnknownUsers
98+
program: _shared
99+
file: options-k8s-shared.yaml
100+
101+
---
102+
program: k8sSaConf
95103
name: spec.clusterDomain
96104
type: string
97105
directive: setting

source/reference/k8s-operator-specification.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Every resource type may use the following settings:
9090
.. include:: /includes/option/setting-k8sSaConf-spec.clusterName.rst
9191
.. include:: /includes/option/setting-k8sSaConf-spec.service.rst
9292
.. include:: /includes/option/setting-k8sSaConf-spec.logLevel.rst
93+
.. include:: /includes/option/setting-k8sSaConf-spec.security.authentication.ignoreUnknownUsers.rst
9394

9495
Deployment-Specific Resource Settings
9596
-------------------------------------

0 commit comments

Comments
 (0)