#Private Remote Repositories

1 messages · Page 1 of 1 (latest)

pastel rock
#

Hi! I’m working on implementing dagger modules within my organization. We’d prefer to host the modules in a repository of some kind like ECR or CodeArtifact because authentication within GitHub is sometimes annoying with ssh keys and tokens. OIDC with AWS is just so much simpler. Are there any docs or tidbits of info around how to publish our modules to anything other than git?

high gyro
#

normally anything you can configure via standard git config, should work out of the box

#

cc @golden slate

pastel rock
#

Thanks for that! We were hoping to pull the module using OIDC from GitHub to AWS and pull modules from some other type of repository.

ebon dove
#

@pastel rock modules can only currently be pulled from git compatbile repositories so things like ECR or CodeArtifact can't be used to store your modules.

If you need to use modules that live in some other private git repos, the only way to achieve that today is either via access tokens or SSH keys / custom credential helpers.

pastel rock
#

Thank you! Are there any plans to support non git repositories in the future?

golden slate