Skip to content

Commit cfc3697

Browse files
lmkerbey-mdbjwilliams-mongo
authored andcommitted
(DOCSP-23742) Add information about two new LDAP fields (#1028)
* (DOCSP-23472) Add information about two new LDAP fields * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742) * (DOCSP-23742)
1 parent e14691a commit cfc3697

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

source/includes/options-k8s-replica-set.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,13 @@ inherit:
463463
file: options-k8s-shared.yaml
464464
---
465465
program: k8sRsConf
466+
name: spec.security.authentication.ldap.timeoutMS
467+
inherit:
468+
name: spec.security.authentication.ldap.timeoutMS
469+
program: _shared
470+
file: options-k8s-shared.yaml
471+
---
472+
program: k8sRsConf
466473
name: spec.security.authentication.ldap.transportSecurity
467474
inherit:
468475
name: spec.security.authentication.ldap.transportSecurity
@@ -533,6 +540,13 @@ inherit:
533540
file: options-k8s-shared.yaml
534541
---
535542
program: k8sRsConf
543+
name: spec.security.authentication.ldap.userCacheInvalidationInterval
544+
inherit:
545+
name: spec.security.authentication.ldap.userCacheInvalidationInterval
546+
program: _shared
547+
file: options-k8s-shared.yaml
548+
---
549+
program: k8sRsConf
536550
name: spec.security.authentication.agents
537551
inherit:
538552
name: spec.security.authentication.agents

source/includes/options-k8s-shared.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,16 @@ description: |
842842
servers:
843843
- "<hostname1>:<port1>"
844844
- "<hostname2>:<port2>"
845+
846+
---
847+
program: _shared
848+
name: spec.security.authentication.ldap.timeoutMS
849+
type: integer
850+
directive: setting
851+
optional: true
852+
description: |
853+
Specifies how many milliseconds an authentication request should
854+
wait before timing out.
845855
---
846856
program: _shared
847857
name: spec.security.authentication.ldap.transportSecurity
@@ -973,6 +983,14 @@ description: |
973983
.. seealso:: :manual:`security.ldap.userToDNMapping </reference/configuration-options/#security.ldap.userToDNMapping>` in the MongoDB Manual
974984
---
975985
program: _shared
986+
name: spec.security.authentication.ldap.userCacheInvalidationInterval
987+
type: integer
988+
directive: setting
989+
description: |
990+
Specifies how many seconds MongoDB waits to flush the LDAP user
991+
cache. Defaults to 30 seconds.
992+
---
993+
program: _shared
976994
name: spec.security.authentication.agents
977995
type: collection
978996
directive: setting

source/reference/k8s-operator-specification.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ cluster resource types:
338338
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.requireClientTLSAuthentication.rst
339339
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.rst
340340
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.servers.rst
341+
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.timeoutMS.rst
341342
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.transportSecurity.rst
342343
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.caConfigMapRef.rst
343344
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.caConfigMapRef.name.rst
@@ -348,6 +349,7 @@ cluster resource types:
348349
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.authzQueryTemplate.rst
349350
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.automationLdapGroupDN.rst
350351
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.userToDNMapping.rst
352+
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.ldap.userCacheInvalidationInterval.rst
351353
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.rst
352354
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.mode.rst
353355
.. include:: /includes/option/setting-k8sRsConf-spec.security.authentication.agents.automationUserName.rst

0 commit comments

Comments
 (0)