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

Add option to enable hostname verification for Redis sink

XMLWordPrintable

      Add a configuration option to the Redis client in debezium-storage-redis to optionally enable hostname verification. 

      Hostname verification ensures that the client does an identity check to verify that it is talking to the correct server and has not been redirected by a man in the middle attack.

       

      The implementation will:

      1. Add a new boolean configuration property "redis.ssl.hostname.verification.enabled" (defaulting to false)
      2. Update the configuration of the Jedis client when creating a connection to Redis to enable hostname identity check if the option is set
      3. Update Redis Stream consumer in debezium-server to reflect the configuration change to how a Redis connection is created

              Unassigned Unassigned
              nickan_red Nikolay Angelov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: