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

Release tool updates and refactoring #10139

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

danudey
Copy link
Contributor

@danudey danudey commented Apr 3, 2025

  • Make registry authentication automatic
  • Logging cleanups
  • Clean up image validation logging for readability
  • Updates to docker config file parsing/loading

danudey added 4 commits April 2, 2025 14:14
1. Split file logging off into a hook so we can have nicely formatted
   and readable logging output on the console
2. Set the file logging to debug all the time so that we can check debug
   logs afterwards even if we didn't enable debugging manually
3. Clean up some of the formatting to make things more legible
1. Log each failed validation separately
2. Modify the final error message to be a count of failed images rather
   than all output from every failure
1. Use `sync` module to only read/parse the config once, rather than for
   every image
2. Load registry authentication information when we load the config
   file, rather than on demand
3. For registries with configured credential helpers, load the config
   from the helpers
4. For registries which are configured but which lack credential
   helpers, fetch information from the configured credential store

TODO: Refactor authentication information to a separate function, so
that we can fetch secrets from credential helpers or secret stores even
for registries that we don't have a stored (blank) config for.
@danudey danudey added docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact labels Apr 3, 2025
@danudey danudey self-assigned this Apr 3, 2025
@marvin-tigera marvin-tigera added this to the Calico v3.31.0 milestone Apr 3, 2025
The GetAuth method can fetch authentication credentials if we have
them defined, or attempt to fetch them from the credential helper or
credential store if we don't.

If a credential helper is configured for a domain but that domain has no
entry in the auths map, we still query the credential helper anyway so
that we don't get tripped up if the auths mapping is missing entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants