Loads all secrets from a single JSON file. This should rarely be used in production environments.
Make sure that your secrets JSON file is not committed to your source code.
This will not error out if any secrets are missing, but since UpdatingSecrets itself will, it's
recommended to set the lazyFailure option on UpdatingSecrets when using this adapter (or use
other adapters as well).
Loads all secrets from a single JSON file. This should rarely be used in production environments. Make sure that your secrets JSON file is not committed to your source code.
This will not error out if any secrets are missing, but since
UpdatingSecretsitself will, it's recommended to set thelazyFailureoption onUpdatingSecretswhen using this adapter (or use other adapters as well).