File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,21 @@ Authentication Parameters
131
131
132
132
See :ref:`localhost-exception` for more information.
133
133
134
+ .. parameter:: KeysRotationIntervalSec
135
+
136
+ .. versionadded:: 3.6
137
+
138
+ *Default*: 7776000 seconds (90 days)
139
+
140
+ Specifies the number of seconds for which an `HMAC signing key
141
+ <https://en.wikipedia.org/wiki/Hash-based_message_authentication_code>`_
142
+ is valid before rotating to the next one. This parameter is intended
143
+ primarily to facilitate authentication testing.
144
+
145
+ You can only set :parameter:`KeysRotationIntervalSec` during
146
+ start-up, and cannot change this setting with the
147
+ :dbcommand:`setParameter` database command.
148
+
134
149
.. parameter:: ldapUserCacheInvalidationInterval
135
150
136
151
For use with MongoDB servers using :ref:`security-ldap-external`.
Original file line number Diff line number Diff line change @@ -648,6 +648,11 @@ MongoDB 3.6 includes the following enhancements:
648
648
output from both operations now includes a timestamp for when
649
649
the plans were generated.
650
650
651
+ - The new :parameter:`KeysRotationIntervalSec` server parameter
652
+ specifies the number of seconds for which an `HMAC signing key
653
+ <https://en.wikipedia.org/wiki/Hash-based_message_authentication_code>`_
654
+ is valid before rotating to the next one.
655
+
651
656
Changes Affecting Compatibility
652
657
-------------------------------
653
658
You can’t perform that action at this time.
0 commit comments