Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-4907

Nested parameters in PATCH /v1/maxscale/ do not work correctly

    XMLWordPrintable

Details

    Description

      If MaxScale is configured with the following:

      [maxscale]
      key_manager=file
      file.keyfile=/tmp/encryption.key
      

      Doing a PATCH on /v1/maxscale with this payload:

      {
        "data": {
          "attributes": {
            "parameters": {
              "log_info": true
            }
          }
        }
      }
      

      Will result in this error:

      {
          "errors": [
              {
                  "detail": "key_manager_file: The mandatory parameter 'keyfile' is not provided."
              }
          ]
      }
      

      Attachments

        Activity

          People

            markus makela markus makela
            markus makela markus makela
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.