mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00: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.
|
|
``` |