transferwise / pipelinewise-target-redshift

Singer.io Target for Amazon Redshift - PipelineWise compatible
https://transferwise.github.io/pipelinewise/
Other
12 stars 65 forks source link

Support more Redshift credentials type #10

Closed Limess closed 4 years ago

Limess commented 5 years ago

Expected

The user should be able to use STS credentials, or IAM roles to authenticate the Redshift COPY command. This allows more granular access control and prevents the need to mint an IAM user and tokens.

Actual

Only AWS user credentials are accepted.

koszti commented 4 years ago

@Limess This has been published to PyPI pipelinewise-target-redshift-1.0.8. We'll bump it in the main PipelineWise repo as well next week.

Thanks for the contribution