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

Private registry support #108

Merged
merged 3 commits into from
Jan 2, 2024
Merged

Private registry support #108

merged 3 commits into from
Jan 2, 2024

Conversation

prom3theu5
Copy link
Owner

No description provided.

The code modified introduces the ability for Aspirate commands to handle private registry credentials. This includes new fields in the AspirateState, related options, and a new action for prompting credentials information to users. Updates were also made to interface and variable name references across the files. Still needs to be rolled out into final manifest processor.
Updated various resource processors and manifest related classes to support private Docker registries. Changes include adding new arguments to methods, modifying templates to include image pull secrets, and creating necessary manifests.
This update refactors the options for handling private registries, renaming RegistryUsername/Password/Email to PrivateRegistryURL/Username/Password/Email. The templating logic for generating manifest files has been updated accordingly, with the addition of imagePullSecrets in case private registry is used. Handling of registry credentials in AspirateState has also been updated in accordance with these changes.
@prom3theu5 prom3theu5 merged commit 800d8a2 into main Jan 2, 2024
2 checks passed
@prom3theu5 prom3theu5 deleted the private-registry-support branch January 2, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant