ingressRequestRateLimiterApplicationExemptions getParameter formatting elides fieldName

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • 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.

            Assignee:
            Cole Harbeck
            Reporter:
            Erin McNulty (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: