Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
# Properties specified in the Worker config
config.providers=vault   # can have multiple comma-separated values
config.providerproviders.vault.class=com.org.apache.connect.configs.VaultConfigProvider
config.providerproviders.vault.param.uri=1.2.3.4
config.providerproviders.vault.param.token=/run/secrets/vault-token
 
# Properties specified in the Connector config
mysql.db.password=${vault:vault_path:vault_db_password_key}

...