awslabs / data-solutions-framework-on-aws

An open-source framework that simplifies implementation of data solutions.
https://awslabs.github.io/data-solutions-framework-on-aws/
Apache License 2.0
105 stars 14 forks source link

fix: Redshift JDBC Crawler is now able to read credentials stored in Secrets Manager #645

Closed jmgtan closed 1 month ago

jmgtan commented 1 month ago

Description of changes: JDBC crawler is now configured with the right KMS key to access the credentials stored in Secrets Manager

Checklist

* [ ] Update tests * [ ] Update docs * [ ] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) (`fix: `, `feat: `, `docs: `, ...) ## Breaking change checklist

RFC issue #:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

lmouhib commented 1 month ago

@jmgtan can you rebase this to main? Thanks.

jmgtan commented 1 month ago

@jmgtan can you rebase this to main? Thanks.

done