d547958f2c
Vault CA bugfixes (#19285) * 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.
|
|
```
|