mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Update PKI Secret Engine doc for auto-tidy (#19122)
PKI Secret Engine documentation for auto-tidy(https://developer.hashicorp.com/vault/api-docs/secret/pki#configure-automatic-tidy) has a parameter interval_duration(https://developer.hashicorp.com/vault/api-docs/secret/pki#interval_duration). This needs to explicitly call out the default value to be 12 hours.
This commit is contained in:
@@ -3890,7 +3890,8 @@ The below parameters are in addition to the regular parameters accepted by the
|
||||
|
||||
- `interval_duration` `(string: "")` - Specifies the duration between automatic tidy
|
||||
operations; note that this is from the end of one operation to the start of
|
||||
the next so the time of the operation itself does not need to be considered.
|
||||
the next so the time of the operation itself does not need to be considered.
|
||||
Defaults to 12h
|
||||
|
||||
#### Sample Payload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user