binxio / cfn-secret-provider

A CloudFormation custom resource provider for deploying secrets and keys
Apache License 2.0
141 stars 70 forks source link

Update AWS SES Password to Sigv4, after March 26, 2021 Sigv2 wont work. #42

Closed darkibot closed 3 years ago

darkibot commented 3 years ago

As reported by Amazon - SES credentials generated with Sig Version 2 - will stop working after March 26, 2021. So all existing credentials must be regenerated using new format (Sig Version 4) according to document https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html

I've updated respective code and verified on my test environment.

mvanholsteijn commented 3 years ago

Thank you for your PR! I have merged it and release version 1.3.0 to support it!