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
From your testing, is it possible to leverage something like APCu to cache these in memory rather than on disk? If so, would this be something that could be configurable in the future for organizations that don't want secrets stored on disk?
The text was updated successfully, but these errors were encountered:
I noticed that this package caches the secrets it fetches from AWS in a temporary file: https://github.com/brefphp/secrets-loader/blob/main/src/Secrets.php#L69
From your testing, is it possible to leverage something like APCu to cache these in memory rather than on disk? If so, would this be something that could be configurable in the future for organizations that don't want secrets stored on disk?
The text was updated successfully, but these errors were encountered: