-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
Fully Compatible
-
ALL
-
v8.2, v8.0
-
N&O 2025-12-22, N&O 2026-01-05, N&O 2026-01-19
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The setParameter BSON for ingressRequestRateLimiterApplicationExemptions is:
"ingressRequestRateLimiterApplicationExemptions": "{\"appNames\": [\"MongoDB Monitoring Module\", \"OplogFetcher\", \"NetworkInterfaceTL-Repl\", \"mongotune\"]}"
The getParameter format is:
ingressRequestRateLimiterApplicationExemptions: [ 'MongoDB Monitoring Module', 'OplogFetcher', 'NetworkInterfaceTL-Repl', 'mongotune' ],
(note that "appNames" is missing)
The automation agent expects the get/set parameter formatting to be identical, so this is causing an issue when trying to use this parameter in the automation agent.