[ aws . codecommit . credential-helper ]
get a username SigV4 credential pair based on protocol, host and path provided from standard in. This is primarily called by git to generate credentials to authenticate against AWS CodeCommit
See ‘aws help’ for descriptions of global parameters.
aws codecommit credential-helper get
--ignore-host-check
(boolean)
Optional. Generate credentials regardless of whether the domain is an Amazon domain.
See ‘aws help’ for descriptions of global parameters.
echo -e “protocol=https\npath=/v1/repos/myrepo\nhost=git-codecommit.us-east-1.amazonaws.com” | aws codecommit credential-helper get