cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::Signer::SigningProfile] Need the ability to define a custom profile name

Open bartleboeuf opened this issue 2 years ago • 3 comments

Name of the resource

AWS::Signer::SigningProfile

Resource name

No response

Description

The signing profile resource must allow the signing profile name to be specified. For some use cases and corporate naming conventions, we need to be able to specify the profile name.

Other Details

No response

bartleboeuf avatar Jan 23 '24 14:01 bartleboeuf

@bartleboeuf , You will be able to provide the custom signing profile name and create a SigningProfile using cloudformatiom template type AWS::Signer::SigningProfile like below example:

Resources:
  TestProfile:
    Type: AWS::Signer::SigningProfile
    Properties:
      ProfileName: "YourCustomProfileName"
      PlatformId: "platformid"

aparnard3 avatar Feb 13 '24 22:02 aparnard3

It seems that the documentation has not yet been updated and neither has cfn-lint.

bartleboeuf avatar Feb 22 '24 16:02 bartleboeuf

The documentation is now updated https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.html

aparnard3 avatar Jun 26 '24 19:06 aparnard3