- #577 (minor) - Add opt-in disk caching via the
cacheTtlinit param (e.g.cacheTtl="1h",cacheTtl=forever; setting it tofalseor an empty string disables caching). Cache keys include a hash of the account-identifying instance config (account, region, project, environment, etc.) so projects pointing the same plugin at different backends can never read each other's cached values from the shared per-user cache.
Akeyless caches static secret values only — dynamic and rotated secrets are designed to change per fetch and are never cached.
Published to
- ✅ npm