diff --git a/docs/sdks/overview.mdx b/docs/sdks/overview.mdx index a83e7f726..7537b63fd 100644 --- a/docs/sdks/overview.mdx +++ b/docs/sdks/overview.mdx @@ -2,69 +2,34 @@ title: "Introduction" --- -From local development to production, Infisical SDKs provide the easiest way for your app to fetch back secrets from Infisical on demand. +From local development to production, Infisical SDKs provide the easiest way for your app to fetch back secrets from Infisical on demand. -- Install and initialize a language-specific client SDK into your application -- Provision the client scoped-access to a project and environment in Infisical -- Fetch secrets on demand +- Install and initialize a language-specific client SDK into your application +- Provision the client scoped-access to a project and environment in Infisical +- Fetch secrets on demand - - Manage secrets for your Node application on demand - - - Manage secrets for your Python application on demand - - - Manage secrets for your Java application on demand - - - Manage secrets for your Ruby application on demand - - - Manage secrets for your Go application on demand - - - Manage secrets for your Rust application on demand - - - Manage secrets for your PHP application on demand - + + Manage secrets for your Node application on demand + + + Manage secrets for your Python application on demand + + + Manage secrets for your Java application on demand + + + Manage secrets for your Ruby application on demand + + + Manage secrets for your Go application on demand + + + Manage secrets for your Rust application on demand + + + Manage secrets for your PHP application on demand + ## FAQ @@ -98,8 +63,8 @@ From local development to production, Infisical SDKs provide the easiest way for - You always pull in the right secrets because they're fetched on demand from a centralize source that is Infisical. - You can use the Infisical which comes with tons of benefits like secret versioning, access controls, audit logs, etc. - You now risk leaking one token that can be revoked instead of dozens of raw secrets. - + And much more. - +