Skip to content

Plugin should support Signing Profile ARN and Signing Profile Version ARN #308

@volphy

Description

@volphy

At the moment of writing AWS CLI/Management and other SDK's support the following ARN formats:

  • Signing Profile ARN: arn:aws:signer:<AWS_REGION>:<AWS_ACCOUNT_ID>:/signing-profiles/<SIGNING_PROFILE_NAME>"
  • Signing Profile Version ARN: arn:aws:signer:<AWS_REGION>:<AWS_ACCOUNT_ID>:/signing-profiles/<SIGNING_PROFILE_NAME>/"

However, AWS Signer Notation Plugin requires different ARN format:

  • Signing Profile ARN: arn:aws:signer:<AWS_REGION>:<AWS_ACCOUNT_ID>:/signing-profile/<SIGNING_PROFILE_NAME>"
  • Signing Profile Version ARN: arn:aws:signer:<AWS_REGION>:<AWS_ACCOUNT_ID>:/signing-profile/<SIGNING_PROFILE_NAME>/"

It would be the best if the plugin supported the same ARN format as AWS CLI/Management/SDK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions