[ aws . codecommit . credential-helper ]

get

Description

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.

Synopsis

aws codecommit credential-helper get

Options

--ignore-host-check (boolean) Optional. Generate credentials regardless of whether the domain is an Amazon domain.

See ‘aws help’ for descriptions of global parameters.

Examples

echo -e “protocol=https\npath=/v1/repos/myrepo\nhost=git-codecommit.us-east-1.amazonaws.com” | aws codecommit credential-helper get