generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Description
Is your feature request related to a problem?
The AWS SDK, Terraform, CloudFormation and Crossplane all provide mechanisms to configure the periodic rotation of secrets in AWS Secrets Manager. The SecretsManager ACK Controller however currently only provides a single CRD which provides no interface to accomplish this.
Describe the solution you'd like
I would like the Secrets Manager Controller to expose the following functionality:
- The ability to configure a secret to automatically rotate on a schedule.
- The ability to associate a secret with a rotation Lambda (via ARN or some other method).
This could be implemented either as an additional CRD or as new fields on the existing Secret CRD.
Describe alternatives you've considered
I'm not aware of any workaround for this.
Metadata
Metadata
Assignees
Labels
No labels