operator
operator copied to clipboard
Support multiple service account imagePullSecrets for bundles in private registries
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