mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 11:51:45 +01:00
* Add initial_backoff to auto-auth method * Disable retries in client * Fix bug * Thread initial backoff to CT * Add comment * Change to min_backoff * changelog * remove initial references, review * fix test * Thread max_backoff through * Add doc note for max_backoff/templating
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
```release-note:improvement
|
|
agent/auto-auth: Add `min_backoff` to the method stanza for configuring initial backoff duration.
|
|
```
|