You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#577(minor) - Add opt-in disk caching via the cacheTtl init param (e.g. cacheTtl="1h", cacheTtl=forever; setting it to false or 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.