mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
* refactor changes for irrevocable lease removal * changelog addition * add logs * update changelog; always sleep during irrevocable lease revoke party * comment * typo * pass Core pntr to removeIrrevocableLeasesEnabled * remove log
4 lines
357 B
Plaintext
4 lines
357 B
Plaintext
```release-note:feature
|
|
**Auto Irrevocable Lease Removal (enterprise)**: Add the Vault Enterprise configuration param, `remove_irrevocable_lease_after`. When set to a non-zero value, this will automatically delete irrevocable leases after the configured duration exceeds the lease's expire time. The minimum duration allowed for this field is two days.
|
|
```
|