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

[FR] Support GIT source #12

Open
JohnPreston opened this issue Aug 26, 2021 · 1 comment
Open

[FR] Support GIT source #12

JohnPreston opened this issue Aug 26, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JohnPreston
Copy link
Member

JohnPreston commented Aug 26, 2021

I would like to be able to retrieve files from a GIT source.

  • git+ssh://
  • git+https://
  • git+http://
  • codecommit://

One must agree on:

  • When using SSH, I understand that I need to provide the private and public key for the authentication to work.
  • When authentication required, I understand that I must provide username/passwords

When using CodeCommit, the IAM role used by the task must provide access to the necessary resources on AWS.
For codecommit, will use https://github.com/aws/git-remote-codecommit as library to retrieve the URL to peform the clone.

@JohnPreston JohnPreston added the enhancement New feature or request label Aug 26, 2021
@JohnPreston JohnPreston self-assigned this Aug 26, 2021
@JohnPreston
Copy link
Member Author

For SSH to work, will need #10 to be implemented to ensure key is in place prior to pulling/cloning.

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

No branches or pull requests

1 participant