From d717430947bb3dc03dc0d4f5a5bc622ca01478ad Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 20 Apr 2023 17:56:43 -0700 Subject: [PATCH] add faq for self hosting --- docs/cli/faq.mdx | 2 +- docs/mint.json | 3 ++- docs/self-hosting/faq.mdx | 27 +++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 docs/self-hosting/faq.mdx diff --git a/docs/cli/faq.mdx b/docs/cli/faq.mdx index 80229de01..529ec70ab 100644 --- a/docs/cli/faq.mdx +++ b/docs/cli/faq.mdx @@ -1,6 +1,6 @@ --- title: "FAQ" -description: "Frequently Asked Questions about Infisical" +description: "Frequently Asked Questions about Infisical CLI" --- Frequently asked questions about the CLI can be found on this page. diff --git a/docs/mint.json b/docs/mint.json index 28b2a052f..9694e046e 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -101,7 +101,8 @@ "pages": [ "self-hosting/overview", "self-hosting/configuration/envars", - "self-hosting/configuration/email" + "self-hosting/configuration/email", + "self-hosting/faq" ] }, { diff --git a/docs/self-hosting/faq.mdx b/docs/self-hosting/faq.mdx new file mode 100644 index 000000000..6cef86b9c --- /dev/null +++ b/docs/self-hosting/faq.mdx @@ -0,0 +1,27 @@ +--- +title: "FAQ" +description: "Frequently Asked Questions about Infisical self hosting" +--- + +Frequently asked questions about self hosted instance of Infisical can be found on this page. +If you can't find the answer you are looking for, please create an issue on our GitHub repository or join our Slack channel for additional support. + + +This issue is typically seen when you haven't set up SSL for your self hosted instance of Infisical. When SSL is not enabled, you can't receive secure cookies, preventing the session data to not be saved. + +To fix this, we highly recommend that you set up SSL for your instance. +However, in the event you choose to use Infisical without SSL, you can do so by setting the `HTTPS_ENABLED` environment variable to `"false"` for the backend application. + +[Learn more about secure cookies](https://really-simple-ssl.com/definition/what-are-secure-cookies/) + + + + Infisical leverages the robust container orchestration capabilities of Kubernetes and the inherent high availability features of Bitnami MongoDB to ensure resilience and fault tolerance. + By deploying multiple replicas of Infisical application on Kubernetes, operations can continue even if a single instance fails. + + Additionally, Bitnami MongoDB supports replica sets, which provide data redundancy and automatic failover for the underlying database. + Kubernetes Services facilitate load balancing, effectively distributing traffic across your application's instances and ensuring optimal performance. + The combination of Kubernetes' self-healing mechanisms and Bitnami MongoDB's failover capabilities work together to create a highly available and fault-tolerant application capable of recovering gracefully from unexpected failures. + + To further increase data redundancy, we recommend that you use a managed MongoDB service for your self hosted instance of Infisical. +