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

Support CodeCommit repo integration #3

Open
patrickbrandt opened this issue Nov 17, 2016 · 1 comment
Open

Support CodeCommit repo integration #3

patrickbrandt opened this issue Nov 17, 2016 · 1 comment

Comments

@patrickbrandt
Copy link
Member

Currently, username and password creds are used to interface with github repos. We'll need to support automated integration to code-commit, either via ssh or relying on instance IAM role.

@clearly
Copy link
Contributor

clearly commented Nov 17, 2016

The ec2 instance should use an IAM profile that allows any actions that any tasks in the pipeline need as well as access to CodeCommit. Also add the following file

/etc/gitconfig

[credential]
        helper = !aws codecommit credential-helper $@
        UseHttpPath = true

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

2 participants