From 5b4b9710622db1b8cbe9a93b7b01de523a1bc623 Mon Sep 17 00:00:00 2001 From: "vault-token-factory-spectrocloud[bot]" <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:26:56 +0000 Subject: [PATCH] chore: DOC-1325 (#3509) (#3513) * chore: DOC-1325 * docs: wording update (cherry picked from commit 9b1bdbe95c66329a261b819a36f87e974d5364cb) Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> --- _partials/self-hosted/_required-domains.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_partials/self-hosted/_required-domains.mdx b/_partials/self-hosted/_required-domains.mdx index aede047538..8945c7bfca 100644 --- a/_partials/self-hosted/_required-domains.mdx +++ b/_partials/self-hosted/_required-domains.mdx @@ -27,13 +27,13 @@ The statements above are not applicable to air-gapped installations. For air-gap | **Top-Level Domain** | **Port** | **Description** | | ------------------------- | -------- | ----------------------------------------------------- | - | ecr.*.amazonaws.com | 443 | AWS ECR Registry | - | spectrocloud.com | 443 | Spectro Cloud content repository and pack registry | - | s3.amazonaws.com | 443 | Spectro Cloud VMware OVA files | - | gcr.io | 443 | Spectro Cloud and common third party container images | + | ecr.*.amazonaws.com | 443 | AWS ECR Registry | + | spectrocloud.com | 443 | Required content repository and pack registry | + | *.amazonaws.com | 443 | OVA files and other assets generated by us | + | gcr.io | 443 | Assets maintained by us and common third party container images | | ghcr.io | 443 | Kubernetes VIP images | | docker.io | 443 | Common third party content | - | googleapis.com | 443 | For pulling Spectro Cloud images | + | googleapis.com | 443 | For pulling images required by our services | | docker.com | 443 | Common third party container images | | raw.githubusercontent.com | 443 | Common third party content | | projectcalico.org | 443 | Calico container images |