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

Work around issue with UNIX domain sockets in api.Client addresses #22523

Merged
merged 2 commits into from Aug 23, 2023

Commits on Aug 23, 2023

  1. The Host part of the URL doesn't actually get used when we initiate c…

    …onnections to UNIX domain sockets. As of golang/go#60374 (in the latest Go releases at the time of this writing), we must set it to something that looks like a hostname or requests will fail.
    hc-github-team-secure-vault-core committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    77566cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5e242 View commit details
    Browse the repository at this point in the history