mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Update changelog for auth/azure v0.16.2 (#23059)
* update changelog for azure v0.16.2 * Add retry docs
This commit is contained in:
3
changelog/23059.txt
Normal file
3
changelog/23059.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
auth/azure: Added Azure API configurable retry options
|
||||
```
|
||||
@@ -41,6 +41,10 @@ virtual machine.
|
||||
This value can also be provided with the `AZURE_CLIENT_ID` environment variable.
|
||||
- `client_secret` `(string: '')` - The client secret for credentials to query the Azure APIs.
|
||||
This value can also be provided with the `AZURE_CLIENT_SECRET` environment variable.
|
||||
- `max_retries` `(int: 3)` - The maximum number of attempts a failed operation will be
|
||||
retried before producing an error.
|
||||
- `max_retry_delay` `(string: '60s')` - The maximum delay, in seconds, allowed before retrying an operation.
|
||||
- `retry_delay` `(string: '4s')` - The initial amount of delay, in seconds, to use before retrying an operation. Increases exponentially.
|
||||
|
||||
### Sample payload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user