Files
vault/changelog/22914.txt
Tom Proctor f884c3c4cd Avoid Vault hang when no communication established with plugin (#22914)
Also fixes a function where we may call go-plugin's client.Client() without ever calling client.Kill(), which could leak plugin processes
2023-09-08 18:21:02 +01:00

7 lines
213 B
Plaintext

```release-note:bug
plugins: Fix instance where broken/unresponsive plugins could cause Vault to hang.
```
```release-note:bug
plugins: Fix instance where Vault could fail to kill broken/unresponsive plugins.
```