Back to Infisical

Deliver your first secret

docs/documentation/platform/secrets-mgmt/quick-starts/deliver-first-secret.mdx

0.162.222.4 KB
Original Source

import ConfigureProject from "/snippets/documentation/platform/secrets-mgmt/configure-project.mdx";

This quickstart walks you through the steps shared by every Infisical secrets delivery workflow. You'll create a project, add a secret, and then continue with instructions for your application or infrastructure.

<Info> Prerequisites: <ConfigureProject />

Step 2: Connect to your stack

Select your application stack or runtime environment. Each guide covers the authentication and delivery method appropriate for that destination.

<CardGroup cols={3}> <Card title="Local Development" icon="laptop-code" href="/documentation/guides/local-development"> Inject secrets into a local process with the Infisical CLI. </Card> <Card title="Docker" icon="docker" href="/integrations/platforms/docker"> Deliver secrets to a container when it starts. </Card> <Card title="Kubernetes" icon="dharmachakra" href="/documentation/guides/kubernetes-operator"> Deliver secrets to workloads with the Kubernetes Operator. </Card> <Card title="Node.js" icon="node-js" href="/documentation/guides/node"> Fetch secrets from a Node.js application with the SDK. </Card> <Card title="Python" icon="python" href="/documentation/guides/python"> Fetch secrets from a Python application with the SDK. </Card> <Card title="Next.js + Vercel" icon="layer-group" href="/documentation/guides/nextjs-vercel"> Use secrets during local development and on Vercel. </Card> </CardGroup> <Card title="Browse All Delivery Options" icon="grid-2" href="/integrations/all"> Search frameworks, platforms, CI/CD tools, and secret sync destinations. </Card>

Next steps

<CardGroup cols={2}> <Card title="Core Concepts" icon="book" href="/documentation/platform/secrets-mgmt/concepts/secrets-mgmt"> Understand how projects, environments, folders, and secrets fit together. </Card> <Card title="Secrets Delivery" icon="truck-fast" href="/documentation/platform/secrets-mgmt/concepts/secrets-delivery"> Deliver secrets to production with SDKs, agents, Kubernetes, and CI/CD. </Card> <Card title="Access Control" icon="shield-halved" href="/documentation/platform/secrets-mgmt/concepts/access-control"> Scope who can access which environments and paths. </Card> </CardGroup>