aws / amazon-ecs-init

Amazon Elastic Container Service RPM
http://aws.amazon.com/ecs
Apache License 2.0
198 stars 119 forks source link

Add a new key to amazon-ecs-agent.gpg #485

Closed chienhanlin closed 2 years ago

chienhanlin commented 2 years ago

Summary

This PR adds a new ssm public key to amazon-ecs-agent.gpg. The old key is kept in the gpg file to avoid breaking existing customers.

Find Verifying the signature of the SSM Agent for more details.

Implementation details

As summary.

Testing

  1. Ran gpg --import amazon-ssm-agent.gpg, and verify fingerprints are matched for both old and new keys.
  2. Downloaded the latest linux_amd64/amazon-ssm-agent.rpm and linux_amd64/amazon-ssm-agent.rpm.sig, and do gpg --verify to verify the package signature is good.

New tests cover the changes: no

Description for the changelog

Add a new ssm public key to amazon-ecs-agent.gpg

Licensing

This contribution is under the terms of the Apache 2.0 License: yes