This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Fail to disable key rotation for using speke v2 encryption on CMAF/ DASH endpoint #260
Closed
3 tasks done
Labels
Documentation
Describe the bug
Unable to disable key rotation on media package channel endpoint even though the KeyRotationIntervalSeconds is set to zero on types.CmafEncryption. Therefore , the speke 2 is unable to config also .
Expected behavior
Expected that the mediapackage channel endpoint with disabled key rotation and speke 2 enable
Current behavior
Without the speke 2 enable setting , the Key rotation interval seconds is the default value (60 sec) even though the KeyRotationIntervalSeconds be set to zero.
With the speke 2 setting , CreateOriginEndpoint method would response the following error
Steps to Reproduce
1 . call CreateOriginEndpoint method from mediapackage client
2. set the CmafPackageCreateOrUpdateParameters with zero KeyRotationIntervalSeconds and speke 2 enable
3 . CreateOriginEndpoint method would response the following error
Possible Solution
No response
AWS Go SDK version used
v1.16.1
Compiler and Version used
go version go1.17.2 darwin/arm64
Operating System and version
mac os monterey 12.0
The text was updated successfully, but these errors were encountered: