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

Handle Uri-less Realms during basic auth, and fix auth lookups for hosts with ports specified #32371

Commits on May 9, 2023

  1. Add separate handling for Basic auth per Docker examples

    Basic auth can have a realm that doesn't have any of the other
    parameters, and isn't itself a Uri, so for non-Uri realms we should
    defer to that of the underlying registry being accessed.
    baronfel committed May 9, 2023
    Configuration menu
    Copy the full SHA
    584f760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be8690 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    cc1f8c2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. deterministic builds ruin source file locations, so instead copy test…

    … dependencies to output directory
    baronfel committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a95936b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e093e3 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docker command

    baronfel committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2e6a98b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d0cc8 View commit details
    Browse the repository at this point in the history