diff --git a/website/docs/getting-started/setup/installation-guides/air-gapped.md b/website/docs/getting-started/setup/installation-guides/air-gapped.md index 85fbdcff77..8b25413684 100644 --- a/website/docs/getting-started/setup/installation-guides/air-gapped.md +++ b/website/docs/getting-started/setup/installation-guides/air-gapped.md @@ -14,7 +14,7 @@ Privacy-minded users may equate air-gapping with the reluctance to share usage t ## Whitelisting and requesting Airgapped Edition -The majority of users can effectively use Appsmith by allowing access to `cs.appsmith.com`. However, in organizations where maintaining complete internet isolation is a critical compliance requirement, obtaining an airgapped edition is imperative. To initiate this process, contact the Appsmith sales team at `sales@appsmith.com`. +The majority of users can access Appsmith by allowing the domain `cs.appsmith.com`. When whitelisting, ensure that you add the domain `cs.appsmith.com`, as IP-based whitelisting is not allowed for this domain because it relies on dynamic IPs for scaling and load balancing. However, in organizations where maintaining complete internet isolation is a critical compliance requirement, obtaining an airgapped edition is imperative. To initiate this process, contact the Appsmith sales team at `sales@appsmith.com`. ## Unsupported features in Airgapped Edition diff --git a/website/docs/product/security.md b/website/docs/product/security.md index 5c72ec9c06..ae2446aa18 100644 --- a/website/docs/product/security.md +++ b/website/docs/product/security.md @@ -18,7 +18,7 @@ Appsmith applications are secure-by-default, with a number of strategies in plac - **Secure Connections**: Appsmith Cloud establishes connections with databases and API endpoints exclusively through whitelisted IP addresses `18.223.74.85` and `3.131.104.27`. All traffic to and from Appsmith Cloud is secured using TLS encryption. -- **Domain Whitelisting**: For self-hosted Appsmith instances, it’s necessary to whitelist the domain `cs.appsmith.com` to ensure that features like version control with Git and cloud storage function correctly. Appsmith does not support IP-based whitelisting, as the infrastructure uses dynamic IPs needed for scaling and load balancing. By implementing domain-based whitelisting, you can establish a stable and reliable configuration, ensuring uninterrupted connectivity even with changes to the backend IP addresses. +- **Domain Whitelisting**: For self-hosted Appsmith users, it’s necessary to whitelist the domain `cs.appsmith.com`. IP-based whitelisting is not allowed for this domain because it relies on dynamic IPs for scaling and load balancing. - **Compliant Hosting**: The cloud version of Appsmith is hosted on AWS data centers that adhere to SOC 1 and SOC 2 compliance standards. These servers provide a secure environment, and their integrity is bolstered by systematic backups to prevent data loss.