seek-oss / kpt-functions

A library of Kpt functions for extending Kpt's functionality
MIT License
3 stars 3 forks source link

Make authentication explicit #18

Closed Niksko closed 3 years ago

Niksko commented 3 years ago

Currently, we default to trying to use a keyfile to grab Kpt packages out of Github.

Instead, we should force the user to be more explicit about what kind of auth mechanism they want to use. None if the packages repo is public, ssh key auth, or ssh agent forwarding.

Niksko commented 3 years ago

Close via #20