Add tagging support to Secrets generated for X.509 certificates #1215
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
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
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: