You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correctly handle multiple registries with the same Host (#1063)
**What problem does this PR solve?**:
Write out a single CA file for multiple registries with the same
url.Host. Return an error if the CA content for those registries do not
match.
This fix is needed after another recent fix
17bc80d#diff-3b57926153158559026700fdb9392d259a62201d7eb485f3d0d62fdeaa976ffdL57-L64
that now correctly generates the CA files without the url.Path.
**Which issue(s) this PR fixes**:
Fixes #
**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->
New unit tests.
**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
---------
Co-authored-by: Jimmi Dyson <[email protected]>
0 commit comments