Update the outbound proxy configuration

If you need to change the outbound proxy configuration of a running Edge site, you can use Collibra's outbound proxy update script. Updating the outbound proxy configuration ensures your Edge site can maintain secure communication with your forward proxy.

Prerequisites

Steps

  1. Find the proxy.properties file on the server that you used during the configuration of the outbound proxy.
  2. Update the file with the new property values and save the file.
  3. Run the command based on your Edge site installation cluster type:
    Note If you use a MITM proxy and the ca.pem has changed or was not included in the initial installation, reinstall your Edge site.
    • For a bundled k3s cluster, run the following command wherever your Edge site is installed:

      Copy
      sudo ./edgecli config proxy --path <path to proxy config>
    • For a managed Kubernetes cluster, run the following command from a Linux machine that has access to the Kubernetes cluster where your Edge site is installed:

      Copy
      ./edgecli config proxy --path <path to proxy config>

Help file of the script

~/edgecli  config proxy --help
Usage:
  edgecli config proxy [flags]

Flags:
	--path string

Global Flags:
	-h, --help

What's next