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

Adding SSH based authentication in Debezium Mongo Connector

XMLWordPrintable

    • False
    • None
    • False
    • Low
    • Develop

      Hi folks ,

      In most of the usecases people use ssh authentication for logging into databases. Mostly because lot of databases are in private subnet and only accessible by public subnet (bastion concept). It would be great if we add ssh related properties in mongodb connector config so that connector can login via ssh authetication. The ssh related properties can be as follows:

      {
      "ssh_hostname" :"",
      "ssh_port" : 22,
      "ssh_username" :"",
      "ssh_password" :"",
      "ssh_key_file_path" :"",
       ....
      }

       

            Unassigned Unassigned
            rstarc R1 C (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: