Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-3637

Handle updated json schema for connector passwords

    XMLWordPrintable

Details

    Description

      json schema was updated for the connector passwords supplied to the configurator - adapt the UI to handle the new schema. 

       

      An example of the updated schema is as follows:

      "database.password": {
                "title": "Password",
                "description": "Password of the database user to be used when connecting to the database.",
                "x-name": "database.password",
                "x-category": "CONNECTION",
                "oneOf": [
                  {
                    "type": "string",
                    "format": "password",
                    "description": "Password of the database user to be used when connecting to the database."
                  },
                  {
                    "description": "An opaque reference to the password.",
                    "type": "object",
                    "properties": { }
                  }
                ]
              }

      Attachments

        Activity

          People

            mdrillin1@redhat.com Mark Drilling (Inactive)
            mdrillin1@redhat.com Mark Drilling (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: