https://pulumi.com logo
Title
r

red-football-97286

05/18/2021, 10:45 AM
Has anyone managed to build a pulumi project with a template hosted in AWS CodeCommit?
pulumi new <https://git-codecommit>
gives me an
error: authentication required
.
b

best-nest-62071

05/18/2021, 7:28 PM
Im having the same issue but with a private git repo. If Im able to track this down before you. I'll share my work with you.
As a workaround. It's possible to clone the private repo separately and then use a local file path reference instead.

pulumi new ~/git/pulumi-templates/azure-typescript

I don't think this function is documented anywhere currently
This was on pulumi's github page as a work around. Until the team is able roll the change in to the product.