Describe the feature
The L2 construct for creating a Signer Profile in AWS Signer doesn't support creating a singer profile with the Notation-OCI-SHA384-ECDSA signing platform. This is odd, given that the L1 construct for it does. As such, I'd like to open a PR for the construct to add this capability, assuming that it just involves adding an instantiation to the Platform class.
Use Case
AWS documentation recommends using this particular signing profile for creating an AWS Signer configuration for signing Docker images that get pushed to an ECR repository.
Proposed Solution
Adding a new enum value for the Platform class. https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-signer/lib/signing-profile.ts#L9
Other Information
No response
Acknowledgements
CDK version used
2.x
Environment details (OS name and version, etc.)
MacOS
Describe the feature
The L2 construct for creating a Signer Profile in AWS Signer doesn't support creating a singer profile with the
Notation-OCI-SHA384-ECDSAsigning platform. This is odd, given that the L1 construct for it does. As such, I'd like to open a PR for the construct to add this capability, assuming that it just involves adding an instantiation to thePlatformclass.Use Case
AWS documentation recommends using this particular signing profile for creating an AWS Signer configuration for signing Docker images that get pushed to an ECR repository.
Proposed Solution
Adding a new enum value for the Platform class. https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-signer/lib/signing-profile.ts#L9
Other Information
No response
Acknowledgements
CDK version used
2.x
Environment details (OS name and version, etc.)
MacOS