Update the outbound proxy configuration

If you have to change the outbound proxy configuration of a running Edge site, you can use Collibra's outbound proxy update script.

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. Depending on your setup, do one of the following:
    • If you use a MITM proxy and the ca.pem has changed or was not included in the initial Edge installation, reinstall your Edge site.
    • Otherwise,
      • If your Edge site is installed on a bundled k3s cluster, run the following command wherever your Edge site is installed:

        Copy
        sudo ./edgecli config proxy --path <path to proxy config>
      • If your Edge site is installed on 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