aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

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

Closed bartleboeuf closed 2 weeks ago

bartleboeuf commented 6 months ago

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

aparnard3 commented 5 months ago

@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"
bartleboeuf commented 5 months ago

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

aparnard3 commented 3 weeks ago

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