Skip to content

Support for Secrets Rotation in Secrets ACK Controller #2713

@bblackard-dev

Description

@bblackard-dev

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:

  1. The ability to configure a secret to automatically rotate on a schedule.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions