-
Notifications
You must be signed in to change notification settings - Fork 15
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
Q: wondering if you have an example of mirroring to AWS code commit? #77
Comments
Hi @hanxuema, no can't say that we do. Are you asking out of curiosity or are you getting an error/failure with a destination target in code commit? |
I'm going to jump into this because I'm also having some trouble connecting the dots. AWS CodeCommit generates a user/auth pair for accessing CodeCommit. https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html I don't see how the user/password pair relates to PAT |
Thanks @houstonhaynes! There's obviously myriad git providers out there, and we really only had a few of the most popular ones available to us for testing. All of the systems we were working with readily supported (and recommended) access tokens as a means of authentication as opposed to username/password, hence the token references in our docs and in the Task input names. Despite the input name, it's really just the authentication information so if a system you're mirroring from and/or to requires username/password instead of a token then you should just specify that value for the respective A bit of related info can be found in #10 |
Wow - was expecting this to be a message in a bottle to get picked up next week. :) So I am only slightly ahead of the suggestions - and found that the construction of the user:pass is "confused" by the email
The "soudfi.com" is predecated by myfirstname and @ which seems to be missing from the construct |
Update - switched to a process user I created for Amplify (which of course isn't a name based on an email pattern) and it worked a charm. All good here! |
Excellent!
I think you'd need to uri encode the first
|
Hi, I figured out the way to connect to aws code commit
thanks |
Q: wondering if you have an example of mirroring to AWS code commit?
The text was updated successfully, but these errors were encountered: