-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
Describe the feature
DeployTimeSubstitutedFile is an extension of BucketDeployment that allows users to upload individual files and specify to make substitutions in the file.
Our CDK assets bucket is encrypted and we need to grant the DeployTimeSubstitutedFile
access to our KMS key. In the past we have used BucketDeployment
and passed a role via the BucketDeployment
props with right set of permissions.
Use Case
Fetch assets from encrypted KMS S3 Buckets
Proposed Solution
Expose the role as parameter within DeployTimeSubstitutedFileProps
and pass it down to BucketDeployment
parent
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.93.0
Environment details (OS name and version, etc.)
Mac
karthikvarmak1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1