Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Native support for AWS CodeCommit repositories #491

Open
Yethal opened this issue May 21, 2024 · 0 comments
Open

Feature request: Native support for AWS CodeCommit repositories #491

Yethal opened this issue May 21, 2024 · 0 comments

Comments

@Yethal
Copy link

Yethal commented May 21, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant