mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* VAULT-25341 Address issue where having no permissions to renew caused Agent and Proxy auth to attempt to renew with no backoff * Fiddle with go.mod changes that shouldn't have happened * VAULT-25341 small cleanup and extra test * VAULT-25341 backoff only in error case * VAULT-25341 godocs * VAULT-25342 changelog * Update command/agent_test.go Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com> * VAULT-25341 rename file audit --------- Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
```release-note:bug
|
|
auto-auth: Addressed issue where having no permissions to renew a renewable token caused auto-auth to attempt to renew constantly with no backoff
|
|
```
|