mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
9d00b13140
* Re-add retry logic to Vault token renewal * Fix goroutine leak * Add test for detecting goroutine leak * Add changelog * Rename tests * Add comment
8 lines
282 B
Plaintext
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.
|
|
```
|