confluentinc / csid-secrets-providers

Enables use of external third-party systems for storing/retrieving key/value pairs with Confluent clusters.
https://confluentinc.github.io/csid-secrets-providers/
Other
6 stars 19 forks source link

The AWS Secrets Manager Config Provider plugins guide should contain a complete example #329

Open wvella opened 1 month ago

wvella commented 1 month ago

The AWS Secrets Manager Config Provider plugins guide should contain a complete example on how to retrieve the secret from AWS Secrets Manager.

jlishingman commented 5 days ago

I agree. The older jcustenborder docs were clear on this: https://jcustenborder.github.io/kafka-connect-documentation/projects/kafka-config-provider-aws/configProviders/SecretsManagerConfigProvider.html

Is the connector configuration for the current version the same for parameterizing the SecretsManager path and key? eg.

{
  "username" : "${secretManager:secret/test/some/connector:username}",
  "password" : "${secretManager:secret/test/some/connector:password}"
}

That's unclear to me in the current docs.