From 597c9d6f2a6fb3f9c22b628b3a6c5ec13b8b10ca Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sat, 23 Dec 2023 17:17:10 -0800 Subject: [PATCH] fix docs sdk errors --- docs/documentation/guides/nextjs-vercel.mdx | 6 ------ docs/documentation/guides/python.mdx | 2 +- docs/documentation/platform/identities/overview.mdx | 3 +-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/documentation/guides/nextjs-vercel.mdx b/docs/documentation/guides/nextjs-vercel.mdx index 8ecd4f927..2e8805cd0 100644 --- a/docs/documentation/guides/nextjs-vercel.mdx +++ b/docs/documentation/guides/nextjs-vercel.mdx @@ -240,12 +240,6 @@ At this stage, you know how to use the Infisical-Vercel integration to sync prod Check out the [security guide](/security/overview). - - Yes. You can also use the Infisical [Node SDK](https://infisical.com/docs/sdks/languages/node) to fetch secrets back to your Next.js app - in both development and production. - - Depending on how you use it, however, it may require certain pages to be server-side rendered. - See also: diff --git a/docs/documentation/guides/python.mdx b/docs/documentation/guides/python.mdx index a3fdeb843..1e8d3833e 100644 --- a/docs/documentation/guides/python.mdx +++ b/docs/documentation/guides/python.mdx @@ -38,7 +38,7 @@ python3 -m venv env source env/bin/activate ``` -Install Flask and [infisical-python](https://infisical.com/docs/sdks/languages/python), the client Python SDK for Infisical. +Install Flask and [infisical-python](https://github.com/Infisical/infisical-python), the client Python SDK for Infisical. ```console pip install Flask infisical diff --git a/docs/documentation/platform/identities/overview.mdx b/docs/documentation/platform/identities/overview.mdx index ad0f925d3..d6366211f 100644 --- a/docs/documentation/platform/identities/overview.mdx +++ b/docs/documentation/platform/identities/overview.mdx @@ -4,8 +4,7 @@ description: "Programmatically interact with Infisical" --- - Currently, identities can only be used to make authenticated requests to the Infisical API and do not work with any clients such as [Node SDK](https://infisical.com/docs/sdks/languages/node) - , [Python SDK](https://infisical.com/docs/sdks/languages/python), [Java SDK](https://infisical.com/docs/sdks/languages/java), CLI, K8s operator, Terraform Provider, etc. + Currently, identities can only be used to make authenticated requests to the Infisical API and SDKs. They do not work with clients such as CLI, K8s Operator, Terraform Provider, etc. We will be releasing compatibility with it across clients in the coming quarter.