-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
2.4.0.Final
-
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