No description
  • TypeScript 99.2%
  • Gherkin 0.3%
  • Python 0.2%
Find a file
2026-03-18 14:02:36 -05:00
.github refactor: update helm release workflow and improve upload script 2026-03-13 20:28:58 -03:00
.husky chore: removed lint stage check 2026-02-12 19:41:05 +05:30
backend fix: specify down length 2026-03-18 10:00:56 -07:00
charts/infisical build testing 2026-03-18 14:02:36 -05:00
cloudformation/ec2-deployment update to doc5.0 engine 2023-08-25 17:23:31 -04:00
company documentation update 2025-11-24 19:59:00 -03:00
docker-swarm documentation update 2025-11-24 19:59:00 -03:00
docs feat(pam): redis web access, arrow key support (#5688) 2026-03-18 12:59:07 +05:30
frontend feat(pam): redis web access, arrow key support (#5688) 2026-03-18 12:59:07 +05:30
helm-charts fix: reorder commands in upload script for clarity 2026-03-13 20:56:45 -03:00
img Update README 2023-10-04 21:49:06 +01:00
nginx feat(pam): add web launcher for browser-based terminal access to PostgreSQL accounts (echo mode) (#5399) 2026-02-11 03:07:50 +05:30
sath move sath stuff to sath folder 2026-03-16 14:07:02 -05:00
sink feat: updated pr by review changes 2025-12-19 14:28:04 +05:30
.dockerignore fix(docker): exclude test private keys and BDD files from production images 2026-02-11 10:25:25 -05:00
.env.dev.example chore: add .env.dev.example file for development environment configuration 2025-12-11 12:31:24 -03:00
.env.example Update local dev env to use infisical for the db name and credentials 2026-02-11 17:43:29 -08:00
.env.migration.example Update local dev env to use infisical for the db name and credentials 2026-02-11 17:43:29 -08:00
.env.test.example update test envs 2024-02-19 16:52:59 -05:00
.envrc chore(nix): add comments linking to documentation 2025-03-12 12:23:12 -07:00
.eslintignore feat: added card and modal component 2023-01-23 22:10:50 +05:30
.gitignore chore: revert tmp directory gitignore entry 2026-03-06 20:49:06 -03:00
.infisicalignore Add certificate agent documentation and fix issuance endpoint reference 2025-12-11 17:25:35 -03:00
CLAUDE.md feat: give claude context 2026-03-10 12:16:47 -05:00
CODE_OF_CONDUCT.md Add frontend, backend and CLI 2022-11-17 17:54:35 -05:00
CONTRIBUTING.md Fix broken contributing guide link 2024-02-25 13:52:40 +05:30
ct.yaml misc: added checks for infisical standalone helm 2025-06-05 21:26:53 +08:00
cypress.config.js adding cypress tests 2023-10-21 09:49:31 -07:00
docker-compose.bdd.yml Fix style issue 2025-12-17 13:26:10 -08:00
docker-compose.dev-read-replica.yml feat: added read replica option in config and extended knex to choose 2024-06-25 22:49:28 +05:30
docker-compose.dev.yml Update local dev env to use infisical for the db name and credentials 2026-02-11 17:43:29 -08:00
docker-compose.e2e-dbs.yml fix(e2e-tests): oracle 19c rotation fix 2025-08-12 00:30:32 +04:00
docker-compose.prod.yml misc: corrected prod yaml and automated provisioning docs 2025-12-16 01:42:33 +08:00
Dockerfile.fips.standalone-infisical fix(docker): exclude test private keys and BDD files from production images 2026-02-11 10:25:25 -05:00
Dockerfile.standalone-infisical chore(Dockerfile): increase Node.js memory limit from 1024MB to 2048MB 2026-02-19 15:02:17 -03:00
flake.lock chore(nix): add support for flakes 2025-03-10 16:26:18 -07:00
flake.nix Revert "feat: confirm environment exists when running run command" 2025-03-17 12:06:35 -04:00
LICENSE Add LICENSE 2022-11-19 23:51:35 -05:00
Makefile misc: corrected prod yaml and automated provisioning docs 2025-12-16 01:42:33 +08:00
otel-collector-config.yaml misc: added support for more config options 2024-06-12 01:39:06 +08:00
package-lock.json feat: added type check, lint and prettier 2025-01-06 14:55:07 +05:30
package.json chore: removed lint stage check 2026-02-12 19:41:05 +05:30
prometheus.dev.yml misc: finalized config files 2024-11-20 00:28:27 +08:00
README.md misc: rename certificate template to certificate policy: frontend, docs and BDD test 2026-01-14 17:45:01 -03:00
render.yaml add provider auth secret to kubernetes and docker yaml 2023-05-20 23:15:36 +08:00
SECURITY.md Update README 2023-04-29 21:41:33 +03:00
servers.json feat: Fix pgadmin in dev 2025-04-05 00:17:48 +08:00
standalone-entrypoint.sh refactor: remove CDN_HOST references from Dockerfiles and entrypoint, streamline asset loading configuration 2025-12-15 16:41:51 -03:00

infisical

The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.

Slack | Infisical Cloud | Self-Hosting | Docs | Website | Hiring (Remote/SF)

Infisical is released under the MIT license. PRs welcome! git commit activity Cloudsmith downloads Slack community channel Infisical Twitter

Dashboard

Introduction

Infisical is the open source secret management platform that teams use to centralize their application configuration and secrets like API keys and database credentials as well as manage their internal PKI.

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:

Certificate Management

Infisical Key Management System (KMS):

Infisical SSH

  • Signed SSH Certificates: Issue ephemeral SSH credentials for secure, short-lived, and centralized access to infrastructure.

General Platform:

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

Run Infisical locally

To set up and run Infisical locally, make sure you have Git and Docker installed on your system. Then run the command for your system:

Linux/macOS:

git clone https://github.com/Infisical/infisical && cd "$(basename $_ .git)" && cp .env.dev.example .env && docker compose -f docker-compose.prod.yml up

Windows Command Prompt:

git clone https://github.com/Infisical/infisical && cd infisical && copy .env.dev.example .env && docker compose -f docker-compose.prod.yml up

Create an account at http://localhost:80

Scan and prevent secret leaks

On top 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 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.

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 might also make a great addition to our team. We're growing fast and would love for you to join us.