airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

AIAP: Allow access to manifests in private repos #627

Closed ian-howell closed 3 years ago

ian-howell commented 3 years ago

Problem description (if applicable) AIAP currently can only pull manifests from public repos.

Proposed change I would like to be able to pull my manifests from a private repo. This will require a mechanism to specify the type of authentication I want to use (e.g. ssh vs basic auth) as well as the credentials for that auth type (e.g. ssh key paths, usernames, password, etc.)