From ada0fd9c5bcf3f19318435ddfeab264fa29eae16 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:47:01 +0400 Subject: [PATCH] Add new item for fallbacks --- docs/sdks/overview.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sdks/overview.mdx b/docs/sdks/overview.mdx index 28631a77d..d032311f2 100644 --- a/docs/sdks/overview.mdx +++ b/docs/sdks/overview.mdx @@ -32,6 +32,10 @@ From local development to production, Infisical SDKs provide the easiest way for Note: The exact parameter name may differ depending on the language. + + The SDK caches every secret and falls back to the cached value if a request fails. If no cached + value ever-existed, the SDK falls back to whatever value is on the process environment. + Yes you can! The client SDK provides a method to attach the secrets to your process environment. When using the `listSecrets()` method, you can pass a `attachToProcessEnv` parameter, which tells the SDK to attach all the found secrets to your process environment.