vault/changelog/30703.txt
Michael Blaum 5688d246af
refactor changes for irrevocable lease removal (#30703)
* 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
2025-05-22 16:19:14 -04:00

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.
```