operator icon indicating copy to clipboard operation
operator copied to clipboard

Support multiple service account imagePullSecrets for bundles in private registries

Open bdegeeter opened this issue 2 years ago • 0 comments

PR #120 adds support for AgentActions against bundles in a private registry for #68 . The initial solution is limited to one imagePullSecret for all authentication. This requires the user to aggregate auth into a single .dockerconfigjson as part of secret generation.

Regular k8s behavior allows for multiple .dockerconfigjson secrets associated with a single service account. The operator should allows users to associate multiple imagePullSecrets on a service account to manage access to private registries.

This is related to the porter issue. #getporter/porter/2339

bdegeeter avatar Sep 20 '22 20:09 bdegeeter