Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple service account imagePullSecrets for bundles in private registries #121

Open
bdegeeter opened this issue Sep 20, 2022 · 0 comments
Labels
2 - 🍕 Pizza should be eaten daily hmm 🛑🤔 Needs more thinking time. Don't start on it yet, please.

Comments

@bdegeeter
Copy link
Contributor

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

@VinozzZ VinozzZ added the hmm 🛑🤔 Needs more thinking time. Don't start on it yet, please. label Dec 8, 2022
@carolynvs carolynvs added the 2 - 🍕 Pizza should be eaten daily label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - 🍕 Pizza should be eaten daily hmm 🛑🤔 Needs more thinking time. Don't start on it yet, please.
Projects
Development

No branches or pull requests

3 participants