Open wvella opened 1 month 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.
The AWS Secrets Manager Config Provider plugins guide should contain a complete example on how to retrieve the secret from AWS Secrets Manager.