-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vault): vault references may be dropped from rotation
### Summary Fixes issue where Vault references may be dropped from rotation in case a too small value if configured in `config.resurrect_ttl` OR `config.neg_ttl`. This is fixed by setting a constant value of: ``` local SECRETS_CACHE_MIN_TTL = ROTATION_INTERVAL * 2 ``` (the rotation interval is by default 60 seconds). Signed-off-by: Aapo Talvensaari <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters