How to require signed commits in CodeCommit?

1

I'm interested in implementing an added layer of security for a repo using signed commits. I want to require all commits to be signed, but I do not see a way to do this in AWS/CodeCommit. Can it be done? If so, how?

1 Answer
0

Solution: As of now, there is no way to create a signed commit as shown in the document showing how to create a commit. However, you can use a Git tag to leave a signature on a certain commit and to identify commits easily. https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-create-commit.html https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-create-tag.html

Isaac_P
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions