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

Values from configuration providers are not evaluated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Major Major
    • None
    • 2.4.0.Final
    • postgresql-connector
    • None
    • False
    • None
    • False

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Bug report

      For bug reports, provide this information, please:

      What Debezium connector do you use and what version?

      Postgres 2.4.0

      What is the connector configuration?

      {
        "name": "postgres-connector",
        "config": {
          "config.providers": "secret",
          "config.providers.secret.class": "io.strimzi.kafka.KubernetesSecretConfigProvider",
          "database.password": "${secret:postgres:password}",
          ...
        }
      }

      What is the captured database version and mode of depoyment?

      Postgres 15.4 on Amazon RDS Aurora Serverless v2

      What behaviour do you expect?

      database.password to be retrieved from the postgres Kubernetes secret

      What behaviour do you see?

      It looks like it's just passing ${secret:postgres:password} through as the password to Postgres.

      Do you see the same behaviour using the latest relesead Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      Yes

            Unassigned Unassigned
            jackwilsdon Jack Wilsdon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: