-
Notifications
You must be signed in to change notification settings - Fork 4k
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
MediaPackage: speke 2 configuration error #26207
Comments
Looks like you are using the aws_mediapackage L1 constructs. Can you share a minimal working sample that I can copy/paste to reproduce this issue in my account? |
Here you have it:
|
This is occurring because it's misdefined in the Cloudformation Spec file - search here for the property definition and you'll see: https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json You can work around this by manually overriding the property with an escape hatch |
@peterwoodworth can you clarify how can I override the property with an example? I can't find any documentation to guide me. |
Sure @lightglitch, view this page to see how to override the template. Here, it will look something like this: cmaf_endpoint.addPropertyOverride('CmafPackage.Encryption.SpekeKeyProvider.EncryptionContractConfiguration.PresetSpeke20Audio', 'PRESET-AUDIO-1'); After doing this synth and check your template and this property should now be filled out with |
Reported this internally P94116434 |
Describe the bug
The speke 2 configuration "EncryptionContractConfiguration" is not correctly converted to the cloud formation template, giving an error when deploying.
Expected Behavior
The cf template should include the speke 2 configurations and the deploy show set speke 2 configuration.
Current Behavior
When generating a cmaf or dash mediapackage with the following information:
the generated cloudformation template doesn't include the preset information:
And when we deploy we get the following error:
Reproduction Steps
Just create a media package endpoint with speke 2 configurations and check the generated cf template.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.86.0 (build 1130fab)
Framework Version
2.86
Node.js Version
v18.16.0
OS
windows 11
Language
Typescript
Language Version
5.1.6
Other information
No response
The text was updated successfully, but these errors were encountered: