kpt icon indicating copy to clipboard operation
kpt copied to clipboard

Add support for reading authenticated container repositories for Kptfile functions

Open ChristopherFry opened this issue 3 years ago • 0 comments

Add support to allow Porch to access authenticated container repositories for Kptfile function images. Currently Porch can only pull images from public repositories where no authentication is required, or from gcr.io using workload identity.

One specific use-case, requested by the community, is to allow private function images to be pulled from ghcr.io using a GitHub Personal Access Token.

ChristopherFry avatar Aug 03 '22 15:08 ChristopherFry