Skip to content

Feature request: Native support for AWS CodeCommit repositories #491

@Yethal

Description

@Yethal

It would be really handy if go-getter was able to clone AWS CodeCommit repositories using instance profile for authorization. Currently accessing CodeCommit is possible but requires additional steps:

  1. awscli needs to be installed on the machine
  2. git-remote-codecommit needs to be installed on the machine
  3. System git config needs to include codecommit specific configuration:
    git config --global credential.helper '!aws codecommit credential-helper $@'
    git config --global credential.UseHttpPath true

Having native support would allow users to access CodeCommit without installing awscli (or Python in general)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions