mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
The Host part of the URL doesn't actually get used when we initiate connections to UNIX domain sockets. As of https://github.com/golang/go/issues/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.
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
```release-note:bug
|
|
api: Fix breakage with UNIX domain socket addresses introduced by newest Go versions as a security fix.
|
|
```
|