Git-Credential-Manager-for-Windows
Git-Credential-Manager-for-Windows copied to clipboard
Support for AWS Code Commit?
Is support for authenticating to GIT repositories hosted in AWS Code Commit on the horizon? They offer a credential helper that works with Command Line GIT, but Visual Studio's use of the GCM for Windows appears to ignore the configuration?
Thanks!
Visual Studio, today, does not make use of credential.helper configuration settings as it relies on LibGit2 for its Git implementation. Adding support for AWS to this utility (GCM) won't do much to help with Visual Studio's short comings.
That said, I'd love to have AWS support in the GCM. @oldnerd are you willing to make a contribution or at least pass along some detailed documentation on how to support AWS Code Commit?
Yes. I'm doing a pull of the code for this to look at where/how it might be integrated. Not up to date with this code base, but looking.
On Mon, Jun 13, 2016 at 1:13 PM J Wyman [email protected] wrote:
Visual Studio, today, does not make use of credential.helper configuration settings as it relies on LibGit2 for its Git implementation. Adding support for AWS to this utility (GCM) won't do much to help with Visual Studio's short comings.
That said, I'd love to have AWS support in the GCM. @oldnerd https://github.com/oldnerd are you willing to make a contribution or at least pass along some detailed documentation on how to support AWS Code Commit?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/224#issuecomment-225646905, or mute the thread https://github.com/notifications/unsubscribe/AKFa4aCAld-I8_LxCGvzKdzT3O6l81bJks5qLY_QgaJpZM4I0hjH .
Likely, AWS will require a new *Authentication and *Authority class pair. Similar to how VSTS and GitHub are handled today.
Thanks.
-----Original Message----- From: "J Wyman" [email protected] Sent: 6/13/2016 1:21 PM To: "Microsoft/Git-Credential-Manager-for-Windows" [email protected] Cc: "oldnerd" [email protected]; "Mention" [email protected] Subject: Re: [Microsoft/Git-Credential-Manager-for-Windows] Support for AWSCode Commit? (#224)
Likely, AWS will require a new *Authentication and *Authority class pair. Similar to how VSTS and GitHub are handled today. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.