mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
82 lines
2.3 KiB
Plaintext
82 lines
2.3 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
---
|
|
|
|
Infisical is an [open-source](https://opensource.com/resources/what-open-source), [end-to-end encrypted](https://en.wikipedia.org/wiki/End-to-end_encryption) secret management platform that enables teams to easily manage and sync their environment variables.
|
|
|
|
Start syncing environment variables with [Infisical Cloud](https://app.infisical.com) or learn how to [host Infisical](/self-hosting/overview) yourself.
|
|
|
|
## Learn about Infisical
|
|
|
|
<Card
|
|
href="/getting-started/quickstarts/platform"
|
|
title="Platform"
|
|
icon="laptop"
|
|
color="#dc2626"
|
|
>
|
|
Store secrets like API keys, database credentials, environment variables with Infisical
|
|
</Card>
|
|
|
|
## Integrate with Infisical
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="SDKs"
|
|
href="/getting-started/quickstarts/sdks"
|
|
icon="boxes-stacked"
|
|
color="#3c8639"
|
|
>
|
|
Fetch secrets for any programming language on demand
|
|
</Card>
|
|
<Card href="/getting-started/quickstarts/cli" title="Command Line Interface" icon="square-terminal" color="#3775a9">
|
|
Inject secrets into any application process/environment
|
|
</Card>
|
|
<Card href="/getting-started/quickstarts/docker" title="Docker" icon="docker" color="#0078d3">
|
|
Inject secrets into Docker containers
|
|
</Card>
|
|
<Card
|
|
href="/getting-started/quickstarts/k8s"
|
|
title="Kubernetes"
|
|
icon="server"
|
|
color="#3775a9"
|
|
>
|
|
Fetch and save secrets as native Kubernetes secrets
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Resources
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Quickstarts"
|
|
href="/getting-started/quickstarts/overview"
|
|
icon="timer"
|
|
color="#ea5a0c"
|
|
>
|
|
Tour Infisical in a few minutes
|
|
</Card>
|
|
<Card href="/cli/overview" title="CLI" icon="square-terminal" color="#16a34a">
|
|
Install the CLI to inject secrets into apps and infra.
|
|
</Card>
|
|
<Card href="/sdks/overview" title="SDKs" icon="puzzle-piece" color="#16a34a">
|
|
Install an SDK into your app to fetch secrets.
|
|
</Card>
|
|
<Card
|
|
href="/self-hosting/overview"
|
|
title="Self-hosting"
|
|
icon="server"
|
|
color="#0285c7"
|
|
>
|
|
Learn how to configure and deploy Infisical.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<Card
|
|
href="/integrations/overview"
|
|
title="Integrations"
|
|
icon="plug"
|
|
color="#dc2626"
|
|
>
|
|
Explore integrations for Docker, AWS, Heroku, etc.
|
|
</Card>
|