The open-source secret management platform : Sync secrets/configs across your team/infrastructure and prevent secret leaks. Slack | Infisical Cloud | Self-Hosting | Docs | Website | Twitter | Hiring (Remote/SF)…
The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.
Slack |
Infisical Cloud |
Self-Hosting |
Docs |
Website |
Twitter |
Hiring (Remote/SF)
Introduction
Infisical is the open source security infrastructure platform that teams use for secrets, certificates, and privileged access management.
We're on a mission to make security tooling more accessible to everyone, not just security teams, and that means redesigning the entire developer experience from ground up.
Features
Secrets Management:
Centralize your application secrets and configuration across every environment, with versioning, rotation, and leak prevention built in.
- Dashboard: Manage secrets across projects and environments (e.g. development, production, etc.) through a user-friendly interface.
- Secret Syncs: Sync secrets to platforms like GitHub, Vercel, AWS, and use tools like Terraform, Ansible, and more.
- Secret versioning and Point-in-Time Recovery: Keep track of every secret and project state; roll back when needed.
- Secret Rotation: Rotate secrets at regular intervals for services like PostgreSQL, MySQL, AWS IAM, and more.
- Dynamic Secrets: Generate ephemeral secrets on-demand for services like PostgreSQL, MySQL, RabbitMQ, and more.
- Secret Scanning and Leak Prevention: Prevent secrets from leaking to git.
- Infisical Kubernetes Operator: Deliver secrets to your Kubernetes workloads and automatically reload deployments.
- Infisical Agent: Inject secrets into applications without modifying any code logic.
- Honey Tokens: Plant decoy credentials alongside your real secrets that act as tripwires, instantly alerting your team the moment an attacker tries to use them.
- Agent Vault: Broker AI agent access to external APIs so agents never hold real credentials. Outbound requests route through a proxy that injects secrets before forwarding, eliminating credential exfiltration risk from prompt injection.
Certificate Management
Run a complete private PKI: issue, manage, and monitor X.509 certificates from a centralized platform.
- Internal CA: Create and manage a private
- External CA: Integrate with third-party certificate authorities such as Let’s Encrypt, DigiCert, Microsoft AD CS, and more to leverage existing PKI infrastructure
- Certificate Lifecycle Management: Create certificate profiles and policies to control how certificates are issued, including enrollment methods such as API, ACME, or EST. Manage the full lifecycle from issuance to renewal and revocation with CRL and inventory tracking.
- Certificate Syncs: Sync certificates to external platforms like AWS Certificate Manager and Azure Key Vault.
- Alerting: Configure alerting for expiring CA and end-entity certificates.
- Code Signing: Sign software artifacts like containers, installers, and packages with managed code-signing certificates, central approval, and a full audit trail.
Infisical Key Management System (KMS):
Centrally manage cryptographic keys and use them to encrypt and decrypt data across your projects.
- Cryptographic Keys: Centrally manage keys across projects through a user-friendly interface or via the API.
- Encrypt and Decrypt Data: Use symmetric keys to encrypt and decrypt data.
Privileged Access Management (PAM)
Manage and secure access to critical infrastructure like databases and servers with policy-based controls, approvals, and full session visibility.
- Privileged Access Management: Decouple user identity from infrastructure credentials. Users authenticate with their SSO identity while Infisical brokers just-in-time access to resources like PostgreSQL, SSH servers, Kubernetes, Active Directory, and more.
- Session Recording: Capture and replay privileged sessions for audit and compliance, with AI session insights to surface risky activity.
- Credential Rotation: Automatically rotate the underlying credentials for managed resources so static secrets never leave Infisical.
- Web Access: Connect to SSH, PostgreSQL, Redis, and Windows RDP resources directly from the browser.
General Platform:
Capabilities that span every Infisical product.
- Authentication Methods: Authenticate machine identities with Infisical using a cloud-native or platform agnostic authentication method (Kubernetes Auth, GCP Auth, Azure Auth, AWS Auth, OIDC Auth, Universal Auth).
- Access Controls: Define advanced authorization controls for users and machine identities with RBAC, additional privileges, temporary access, access requests, approval workflows, and more.
- Audit logs: Track every action taken on the platform, with optional audit log streaming to external logging providers.
- Gateway: Securely reach private network resources from Infisical without opening inbound connections to your environment.
- Self-hosting: Deploy Infisical on-prem or cloud with ease; keep data on your own infrastructure.
- Infisical SDK: Interact with Infisical via client SDKs (Node, Python, Go, Ruby, Java, .NET)
- Infisical CLI: Interact with Infisical via CLI; useful for injecting secrets into local development and CI/CD pipelines.
- Infisical API: Interact with Infisical via API.
Getting started
Check out the Quickstart Guides
| Use Infisical Cloud | Deploy Infisical on premise |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| The fastest and most reliable way to get started with Infisical is signing up for free to Infisical Cloud. | View all deployment options Already self-hosting? Plan version upgrades with the Infisical Upgrade Tool. |
Run Infisical locally
To set up and run Infisical locally, make sure you have Git and Docker installed on your system.
Linux/macOS:
console
git clone https://github.com/Infisical/infisical && cd "$(basename $_ .git)" && cp .env.example .env && docker compose -f docker-compose.prod.yml up
Windows (Command Prompt):
console
git clone https://github.com/Infisical/infisical && cd infisical && copy .env.example .env && docker compose -f docker-compose.prod.yml up
Once running, create an account at http://localhost:80.
> Contributing? Check out our guide to see how to get started.
Scan and prevent secret leaks
On top of managing secrets with Infisical, you can also scan for over 140+ secret types in your files, directories and git repositories.
To scan your full git history, run:
infisical scan --verbose
Install pre commit hook to scan each commit before you push to your repository
infisical scan install --pre-commit-hook
Learn about Infisical's code scanning feature here
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.
If you are interested in managed Infisical Cloud of self-hosted Enterprise Offering, take a look at our website or book a meeting with us.
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 [email protected]. 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.
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:
- Join our Slack, and ask us any questions there.
We are hiring!
If you're reading this, there is a strong chance you like the products we created.
You m
…
Members
-
infisical ★ PINNED
Infisical is the open-source platform for secrets, certificates, and privileged access management.
TypeScript ★ 28k 23h agoExplain → -
cli ★ PINNED
The official CLI of Infisical
Go ★ 72 1d agoExplain → -
agent-vault ★ PINNED
A HTTP credential proxy and vault for AI agents like Claude Code, OpenClaw, Hermes, custom agents + harnesses, and more.
Go ★ 1.9k 6d agoExplain → -
secrets-action
Inject Infisical secrets into your Github workflows
TypeScript ★ 76 2mo agoExplain → -
infisical-node ▣
♾ Official Infisical SDK for Node
JavaScript ★ 72 2y agoExplain → -
infisical-mcp-server
Infisical's official MCP server.
JavaScript ★ 52 2mo agoExplain → -
python-sdk-official
The offical Infisical Python SDK
Python ★ 51 4mo agoExplain → -
node-sdk-v2
The official node sdk v2
TypeScript ★ 41 2mo agoExplain → -
infisical-python ▣
♾ Official Infisical SDK for Python
Python ★ 34 2y agoExplain → -
terraform-provider-infisical
The offical Infisical Terraform provider
Go ★ 30 1d agoExplain → -
awesome-infisical
⚡️ A curated list of awesome things related to Infisical
★ 23 2y agoExplain → -
ai-skills
AI skills and MCP connection for Infisical -- Stop your AI from hallucinating about Infisical secrets management.
HTML ★ 22 2mo agoExplain → -
go-sdk
No description.
Go ★ 22 1mo agoExplain → -
kubernetes-operator
No description.
Go ★ 21 1d agoExplain → -
infisical-dotnet-configuration
Official Infisical .NET IConfigurationProvider.
C# ★ 17 9mo agoExplain → -
infisical-dotnet-sdk
Official Infisical .NET SDK.
C# ★ 15 7mo agoExplain → -
rust-sdk
No description.
Rust ★ 14 9mo agoExplain → -
airflow-provider-infisical
Apache Airflow 3rd-party provider for Infisical
Python ★ 14 1y agoExplain → -
k8-kms-plugin
Infisical KMS plugin for Kubernetes
Go ★ 13 1y agoExplain → -
infisical-backstage-plugin
No description.
TypeScript ★ 13 6mo agoExplain → -
infisical-agent-injector
Infisical Kubernetes Agent Injector
Go ★ 12 3mo agoExplain → -
sigstore-kms-infisical
Infisical KMS provider for Sigstore
Go ★ 11 1y agoExplain → -
ansible-collection
This collection provides a series of Ansible modules and plugins for interacting with the Infisical.
Python ★ 10 9d agoExplain → -
infisical-csi-provider
Infisical Provider for Secret Store CSI Driver
Go ★ 10 3mo agoExplain → -
infisical-mongo ⑂
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure and prevent secret leaks.
TypeScript ★ 9 2y agoExplain → -
infisical-go-client
No description.
Go ★ 9 2y agoExplain → -
infisical-issuer
Addon for cert-manager that issues certificates using Infisical PKI
Go ★ 8 11d agoExplain → -
auth-action
No description.
TypeScript ★ 8 4mo agoExplain → -
scoop-infisical
No description.
★ 7 1d agoExplain → -
java-sdk
The Infisical Java SDK
Java ★ 7 2mo agoExplain → -
pgviewctl
pgviewctl is a CLI tool for managing PostgreSQL access by auto-generating SQL to create views that safely expose only selected tables and columns.
Go ★ 7 6mo agoExplain → -
infisical-kmip
A KMIP server implementation in Go that integrates with Infisical KMS, enabling secure key management operations. Supports KMIP 1.4 protocol with operations for creating, registering, and managing symmetric keys.
Go ★ 6 1mo agoExplain → -
infisical-guides
No description.
HCL ★ 6 4mo agoExplain → -
infisical-cpp-sdk
Infisical C++ SDK
C++ ★ 6 9mo agoExplain → -
infisical-vscode-extension
Official Infisical Visual Studio Code extension
TypeScript ★ 5 8d agoExplain → -
homebrew-get-cli
No description.
Ruby ★ 4 1d agoExplain → -
provider-infisical
No description.
Go ★ 3 16d agoExplain → -
php-sdk
Official Infisical PHP SDK
PHP ★ 3 2mo agoExplain → -
infisical-dagger
Official infisical dagger module
Python ★ 3 1y agoExplain → -
node-ldapjs ⑂
LDAP Client and Server API for node.js
JavaScript ★ 2 3mo agoExplain → -
infisical-omnibus
Infisical Binary Omnibus
Ruby ★ 2 2d agoExplain → -
js-quic ⑂
QUIC Networking for TypeScript & JavaScript
TypeScript ★ 2 9mo agoExplain → -
infisical_core_deployment
No description.
Jinja ★ 2 2y agoExplain → -
winget-pkgs ⑂
The Microsoft community Windows Package Manager manifest repository
★ 1 1d agoExplain → -
ruby-sdk
No description.
★ 1 1mo agoExplain → -
infisical-pkcs-11
No description.
Go ★ 1 24d agoExplain → -
gocasl
A basic casl implementation in Golang
Go ★ 1 3mo agoExplain → -
packer-plugin-infisical
No description.
Go ★ 1 3mo agoExplain → -
terraform-aws-infisical-gateway
No description.
HCL ★ 1 2mo agoExplain → -
sql-query-identifier
SQL query identifier written in Go
Go ★ 1 7mo agoExplain → -
infisical-checkly
No description.
TypeScript ★ 1 9mo agoExplain → -
.github
No description.
★ 1 3y agoExplain → -
external-secrets ⑂
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
★ 1 16d agoExplain → -
devops-simulator
No description.
TypeScript ★ 0 19h agoExplain → -
infisical-ksp
No description.
Go ★ 0 24d agoExplain → -
winrm-client ⑂
Make WinRM service calls from NodeJS, interact and detect prompts using LLMs or matching patterns
TypeScript ★ 0 3mo agoExplain → -
oapi-codegen-dd ⑂
Generate Go models from OpenAPI spec
★ 0 1mo agoExplain → -
infisical-azure-devops-extension
Official Infisical Azure devops extension
TypeScript ★ 0 1mo agoExplain → -
terraform-aws-infisical-relay
No description.
HCL ★ 0 2mo agoExplain → -
docker-db-backup ⑂
Backup multiple database types on a scheduled basis with many customizable options
★ 0 2y agoExplain → -
infisical-guides-source-code
Source code for Infisical Guides (Kubernetes Operator, Agent Injector, Agent, etc.)
★ 0 8mo agoExplain → -
omnibus-software ⑂
Forked version of chef omnibus-software to make controlled changes
Ruby ★ 0 8mo agoExplain → -
bailey-superday ▣
No description.
TypeScript ★ 0 1y agoExplain → -
FreeRDP ⑂
FreeRDP is a free remote desktop protocol library and clients
★ 0 11mo agoExplain → -
pam-poc
No description.
Go ★ 0 11mo agoExplain → -
community-operators ⑂
The canonical source for Kubernetes Operators that are published on OperatorHub.io and part of the default catalog of the Operator Lifecycle Manager.
★ 0 1y agoExplain → -
infisical_core_ha_deployment
No description.
Jinja ★ 0 1y agoExplain → -
superday-base
No description.
TypeScript ★ 0 1y agoExplain → -
turn ⑂
Pion TURN, an API for building TURN clients and servers
Go ★ 0 1y agoExplain → -
take-home-boilerplate
No description.
JavaScript ★ 0 1y agoExplain → -
infisical-nextjs ⑂
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
★ 0 1y agoExplain → -
python-sdk-old ⑂
♾ Official Infisical SDK for Python
★ 0 2y agoExplain → -
go-keyring ⑂
Cross-platform keyring interface for Go
Go ★ 0 2y agoExplain → -
node-packer ⑂
Packing your Node.js application into a single executable.
C++ ★ 0 2y agoExplain → -
go-gitdiff ⑂
Go library for parsing and applying patches created by Git
Go ★ 0 3y agoExplain → -
marketplace-kubernetes ⑂
This repository contains the source code and deployment scripts for Kubernetes-based applications listed in the DigitalOcean Marketplace.
Shell ★ 0 3y agoExplain →
No repos match these filters.