Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.maia.ai/llms.txt

Use this file to discover all available pages before exploring further.

This document contains additional information for configuring connectivity to a Hybrid SaaS . It covers configuration considerations for common use cases, such as using the with a proxy server. s don’t interact with proxy servers by default, but can be configured to do so if required. This is true of both AWS and Azure hosted s. There is no support for using proxy servers with Matillion-hosted s in a Full SaaS solution.
This article is not intended as a guide for how to set up a proxy server; we assume you are already using a proxy in your infrastructure, and need to know how to use your with it.

IP allow list

If your account uses IP restrictions, you must also add your ‘s outbound IP address or range to the IP allow list. For more information, read IP allow list.

Environment variables for outbound connections

There are a number of optional environment variables that must be set to configure outbound connections for the . These are:
VariableDescription
PROXY_HTTPHolds your HTTP proxy server name and port used. For example: myproxy.com:3000.
PROXY_HTTPSHolds your HTTPS proxy server name and port used. For example: myproxy.com:3000.
PROXY_EXCLUDESLists addresses for the proxy to ignore. Separate multiple addresses using a pipe character. For example: `example.comexample.net`.
CUSTOM_CERT_LOCATIONPoints to the storage location for custom certificates that you want the to trust. For example, my_storage/my_certs
For more information on setting these, read Optional parameters.