Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
ddneilson opened this issue Jul 24, 2024 · 0 comments
Open
2 tasks

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

ddneilson opened this issue Jul 24, 2024 · 0 comments
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@ddneilson
Copy link
Contributor

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

@ddneilson ddneilson added needs-triage This issue or PR still needs to be triaged. feature-request A feature should be added or improved. labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant