You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Tuan Dang 12a1d8e822
Update README
1 year ago
.github remove test check in workflow 1 year ago
.husky Add husky and lint-staged 1 year ago
backend disable secrets integ tests temp 1 year ago
cli remove check for --env for service tokens 1 year ago
cloudformation/ec2-deployment set https to false by default aws ec2 deploy 1 year ago
docs add advanced use cases for hostAPI 1 year ago
frontend Fix the deployment issue 1 year ago
helm-charts Print helm with namespace 1 year ago
i18n Updated readme.hi.md 1 year ago
img Updated readme's 1 year ago
k8-operator add service token field in helmchart for k8 1 year ago
nginx remove secure cookie from default install 1 year ago
.env.example mark smtp fields as not required 1 year ago
.eslintignore feat: added card and modal component 1 year ago
.gitignore ci: add autocompletion and manpage 1 year ago
.goreleaser.yaml Remove docker fine cli 1 year ago
CODE_OF_CONDUCT.md Add frontend, backend and CLI 2 years ago
CONTRIBUTING.md Add back passing NEXT_PUBLIC_ENV to frontend 2 years ago
LICENSE Add LICENSE 2 years ago
Makefile improve i-dev command 1 year ago
README.md Update README 1 year ago
SECURITY.md Update README 1 year ago
docker-compose.dev.yml Make root/example default DB user in development 1 year ago
docker-compose.yml Builds Docker image of backend component with multi-stage Dockerfile 1 year ago
package-lock.json Remove prettier 1 year ago
package.json Delete Prettier 1 year ago

README.md

infisical infisical

Open-source, end-to-end encrypted platform to manage secrets and configs across your team and infrastructure.

Slack | Infisical Cloud | Self-Hosting | Docs | Website

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

Dashboard

Read this in other languages: English language Spanish language German language Korean language Turkish language Bahasa Indonesia language Portuguese - Brazil Japanese language Italian language Hindi language

Introduction

Infisical is an open source, end-to-end encrypted secret management platform that teams use to centralize their secrets like API keys, database credentials, and configurations.

We're on a mission to make secret management more accessible to everyone, not just security teams, and that means redesigning the entire developer experience from ground up.

Features

And much more.

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 on premise

Deployment options: AWS EC2, Kubernetes, and more.

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.example .env && docker-compose -f docker-compose.dev.yml up --build

Windows Command Prompt:

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

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.

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:

Resources

  • Docs for comprehensive documentation and guides
  • Slack for discussion with the community and Infisical team.
  • 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
  • Roadmap for planned features

Acknowledgements