Skip to content

Add tagging support to Secrets generated for X.509 certificates #1215

@ddneilson

Description

@ddneilson

A customer would like the ability to tag the Secrets generated by the X.509 certificate constructs. These secrets are generated in a lambda-based custom resource, so tagging aspects do not apply to them right now. This is a request to implement CDK's taggable interface in the X509Certificate classes.

Use Case

Some IT departments have a requirement that all resources be tagged; e.g. to identify which resources are for what, or for cost tracking.

Proposed Solution

Tag values are passed to the custom resources. e.g. here.

An example implementation for CDK's tagging interface can be found in the implementation for LaunchTemplates.

Other

None

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions