-
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 (#11567)
### 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
dde5c0c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:dde5c0cc998c03822a4c3fdb2c9b3d8fde46d258
Artifacts available https://github.com/Kong/kong/actions/runs/6219667878