For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network Whitelisting

If you run in a filtered network environment, you may need to whitelist some domains to use the system.

Required domains

The system requires access to the following domains:

  • app.<application domain>

  • auth.<application domain>

  • graphql.<application domain>

  • api.<application domain>

The system requires access to the following AWS service endpoints:

  • cognito-identity.ap-southeast-2.amazonaws.com

  • cognito-idp.ap-southeast-2.amazonaws.com

  • <application bucket>.s3.ap-southeast-2.amazonaws.com

Ask your system administrator for the exact value for <application domain> and <application bucket>.

The system also uses the following domains for system telemetry and map rendering, which are optional but recommended:

  • tile.openstreetmap.org

  • fonts.googleapis.com

  • fonts.gstatic.com

  • Other map domains may be configured by administrators

IP addresses

Our services do not map to fixed IP addresses due to the use of AWS serverless services. You should set your allowlist based on the domains.

Last updated

Was this helpful?