Firewall Configuration

Introduction

If your environment uses a firewall or proxy that restricts outbound traffic, you must allow access to the external services listed below. These services are required for installation, upgrades, and runtime vulnerability data updates. If the host cannot reach the internet at all, use the Air-Gapped Deployments workflow instead — it requires no outbound access from the target host.

The specific configuration steps will vary depending on your firewall solution. Work with your network administrator to ensure the domains listed below are accessible over HTTPS (TCP 443) from your Manifest deployment.


Required External Services

Installation and Upgrades

Required when downloading the CLI and the platform packages, and during deploy. All platform container images ship inside the downloaded packages and are served from an in-cluster registry, so no public container registries need to be reachable.

DomainPurpose
github.com, api.github.com, objects.githubusercontent.commanifest-installer CLI download and release lookups (GitHub Releases)
api.ecr.us-east-1.amazonaws.comRegistry authentication (Amazon ECR)
623542229617.dkr.ecr.us-east-1.amazonaws.comManifest platform packages
*.s3.us-east-1.amazonaws.comPackage layer downloads (ECR redirects to Amazon S3)

Vulnerability Data Sources

These services are accessed at runtime to retrieve and update vulnerability data and package metadata. If these are blocked, vulnerability information will not be updated automatically.

DomainPurpose
nvd.nist.govNVD vulnerability database
services.nvd.nist.govNVD API endpoint
osv-vulnerabilities.storage.googleapis.comOSV vulnerability data
www.cisa.govCISA Known Exploited Vulnerabilities (KEV)
epss.cyentia.comEPSS exploit prediction scores
epss.empiricalsecurity.comEPSS exploit prediction scores
ecosyste.msOpen source package metadata
deps.devOpen source package metadata
api.github.comSBOM component enrichment

Optional Services

AI Risk Product

If your organization is subscribed to the AI Risk product, the following additional services must be accessible.

DomainPurpose
huggingface.coHugging Face API
api.openai.comOpenAI API
export.arxiv.orgArXiv Paper Archive

Did this page help you?