@aws-cdk/aws-secretsmanager.Secret.import context provider helper #1689
Labels
@aws-cdk/aws-secretsmanager
Related to AWS Secrets Manager
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/large
Large work item – several weeks of effort
feature/enhancement
A new API to make things easier or more intuitive. A catch-all for general feature requests.
feature-request
A feature should be added or improved.
p2
When importing existing secrets, it is highly inconvenient to have to track which EncryptionKey should be used (you have to import the secret AND it's key, otherwise permission grants are not going to be managed for the key).
A context provided could assist in looking up the imported secret's KMS key so one does not have to manually do this.
The text was updated successfully, but these errors were encountered: