From 715b193a8e53047f7ba1c026e76c599ac0ebdee0 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Wed, 13 Mar 2024 18:05:13 -0700 Subject: [PATCH] Add simple docs for Infisical EE --- docs/mint.json | 1 + docs/self-hosting/ee.mdx | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/self-hosting/ee.mdx diff --git a/docs/mint.json b/docs/mint.json index 74b56f3b0..67902970d 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -191,6 +191,7 @@ "self-hosting/guides/mongo-to-postgres" ] }, + "self-hosting/ee", "self-hosting/faq" ] }, diff --git a/docs/self-hosting/ee.mdx b/docs/self-hosting/ee.mdx new file mode 100644 index 000000000..e1f3cff40 --- /dev/null +++ b/docs/self-hosting/ee.mdx @@ -0,0 +1,28 @@ +--- +title: "Using Infisical EE" +description: "How to activate Infisical Enterprise Edition (EE) features" +--- + +While most features in Infisical are free to use, others are paid and require purchasing an enterprise license to use them. + +This guide walks through how you can use these paid features in Infisical. + + + + Start by either signing up for a free demo [here](https://infisical.com/schedule-demo) or contacting team@infisical.com to purchase a license. + + Once purchased, you will be issued a license key. + + + Depending on whether or not the environment where Infisical is deployed has internet access, you may be issued a regular license or an offline license. + + - If using a regular license, you should set the value of the environment variable `LICENSE_KEY` in Infisical to the issued license key. + - If using an offline license, you should set the value of the environment variable `LICENSE_KEY_OFFLINE` in Infisical to the issued license key. + + Once your instance starts up, the license key will be validated and you’ll be able to use the paid features. + + + Once the license expires, Infisical will continue to run, but EE features will be disabled until the license is renewed or a new one is purchased. + + + \ No newline at end of file