File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,19 @@ description: |
546
546
project.
547
547
---
548
548
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
549
562
name : spec.additionalMongodConfig.net.ssl.mode
550
563
type : string
551
564
directive : setting
Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ inherit:
92
92
93
93
---
94
94
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
95
103
name : spec.clusterDomain
96
104
type : string
97
105
directive : setting
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ Every resource type may use the following settings:
90
90
.. include:: /includes/option/setting-k8sSaConf-spec.clusterName.rst
91
91
.. include:: /includes/option/setting-k8sSaConf-spec.service.rst
92
92
.. include:: /includes/option/setting-k8sSaConf-spec.logLevel.rst
93
+ .. include:: /includes/option/setting-k8sSaConf-spec.security.authentication.ignoreUnknownUsers.rst
93
94
94
95
Deployment-Specific Resource Settings
95
96
-------------------------------------
You can’t perform that action at this time.
0 commit comments