mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 11:51:45 +01:00
* timeout 'testListenerConnFn' waiting on the server connection after 3 secs * return the invalid upstream error so the library knows not to stop listening/serving * update go-proxyproto to use fork/tag * test that fails before library and code update, but passes afterwards
4 lines
211 B
Plaintext
4 lines
211 B
Plaintext
```release-note:bug
|
|
core/config: fix issue when using `proxy_protocol_behavior` with `deny_unauthorized`,
|
|
which causes the Vault TCP listener to close after receiving an untrusted upstream proxy connection.
|
|
``` |