Closed sfc-gh-upatel closed 4 years ago
@umeshoracle please look into the open source (Secret Provider) module that works across all Kafka Connectors
Documentation at https://docs.lenses.io/4.0/integrations/connectors/secret-providers/
Original Source Code at https://github.com/lensesio/secret-provider
I am using S3 sink connector to push file to AWS S3. I tried passing as environment variable with -e option and that works. But if I am mapping credetinal file from local machine to docker for AWS credentail /.aws/credentials, but it does not take credential files. What is other way to specify AWS credential other than passing as an environment variable?