1

I am using the latest confluent images (5.1.0) and externalized OracleDB passwords for Connect configurations in vault. I am able to successfully register the custom config provider for vault with following configuration.

"connection.password": "${vault:vault_path:vault_db_password_key}"

When I do a GET connector request, the connection.password in the response is the resolved password and it is shown as such and was not hidden. But in logs, I could see it as

connection.password = [hidden]

Please let me know if this issue is handled as part of KIP-297 or if I am missing something?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
rasmuka
  • 31
  • 1

1 Answers1

0

Not sure if this answers your question, but there is no such Credential provider for vault:, by default, there is only file:, so unless you've written your own (or found one elsewhere), then that won't work.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245