Open-source, end-to-end encrypted tool to manage secrets and configs across your team, devices, and infrastructure.
Slack | Infisical Cloud | Self-Hosting | Docs | Website
Table of Contents
- Introduction
- Getting started
- Features
- Open-source vs paid
- Security
- Contributing
- Resources
- Acknowledgements
Introduction
Infisical is an open source, end-to-end encrypted secret manager which you can use to centralize your API keys and configs. From Infisical, you can then distribute these secrets across your whole development lifecycle - from development to production . It's designed to be simple and take minutes to get going.
Getting started
| Check out the Quickstarts Guide
Use Infisical Cloud
The fastest and most reliable way to get started with Infisical is signing up for free to Infisical Cloud.
Deploy Infisical to production
Deployment options: AWS EC2, Kubernetes, and more.
Run Infisical locally
To set up and run Infisical locally using Docker Compose, please execute the command provided below:
git clone https://github.com/Infisical/infisical && cd "$(basename $_ .git)" && cp .env.example .env && docker-compose -f docker-compose.dev.yml up --build
To quickly get started, visit our get started guide.
Features
- User-Friendly Dashboard to manage secrets across projects and environments (e.g. development, production, etc.)
- Client SDKs to fetch secrets for your apps and infrastructure on demand.
- Infisical CLI to fetch and inject secrets into any framework in local development.
- Native Integrations with platforms like GitHub, Vercel, Netlify, and more.
- Complete control over your data - host it yourself on any infrastructure
- Personal overrides for secrets and configs
- Secret Versioning and Point-in-Time Recovery to version every secret and project state.
- Audit Logs to record every action taken in a project
- Role-based Access Controls per environment
- 1-Click Deploy to AWS and Digital Ocean
- 2FA with more options coming soon.
And much more.
Open-source vs. paid
This repo available under the MIT expat license, with the exception of the ee directory which will contain premium enterprise features requiring a Infisical license in the future.
Security
⚠️ Please do not file GitHub issues or post on our public forum for security vulnerabilities, as they are public! ⚠️
Infisical takes security issues very seriously. If you have any concerns about Infisical or believe you have uncovered a vulnerability, please get in touch via the e-mail address security@infisical.com. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you as soon as possible.
Note that this security address should be used only for undisclosed vulnerabilities. Please report any security problems to us before disclosing it publicly.
Looking to report a security vulnerability? Please don't post about it in GitHub issue. Instead, refer to our SECURITY.md file.
Contributing
Whether it's big or small, we love contributions ❤️ Check out our guide to see how to get started.
Not sure where to get started? You can:
- Book a free, non-pressure pairing sessions with one of our teammates!
- Join our Slack, and ask us any questions there.
Translations
Infisical is currently available in English, Korean, French, and Portuguese (Brazil). Help us translate Infisical to your language!
You can find all the info in this issue.
Resources
- Slack
- GitHub for code, issues, and pull requests
- Twitter for fast news
- YouTube for videos on secret management
- Blog for secret management insights, articles, tutorials, and updates
- Docs for Infisical features
- Roadmap for planned features