2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 13:50:41 +00:00
Chris S. Kim 9d00b13140
Vault CA bugfixes ()
* Re-add retry logic to Vault token renewal

* Fix goroutine leak

* Add test for detecting goroutine leak

* Add changelog

* Rename tests

* Add comment
2023-10-20 15:03:27 +00:00

8 lines
282 B
Plaintext

```release-note:bug
ca: Fix bug with Vault CA provider where token renewal goroutines could leak if CA failed to initialize.
```
```release-note:bug
ca: Fix bug with Vault CA provider where renewing a retracted token would cause retries in a tight loop, degrading performance.
```