binxio / cfn-secret-provider

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

Add secrets-manager secrets rotation support #13

Closed brianrower closed 4 years ago

brianrower commented 6 years ago

The secrets manager implementation as currently implemented does not support automatic secrets rotation. The two extra fields needed are a lambda and an interval.

PR coming soon