lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

AWS Credential #158

Closed sfc-gh-upatel closed 3 years ago

sfc-gh-upatel commented 3 years ago

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?

Antwnis commented 3 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