Skip to main content

Privacera Documentation

Configure proxy for Kubernetes on Privacera Platform

Your clusters might rely on a proxy service. If so, you can set the protocol, domain or IP address, and port of your proxy server using the K8S_AUTH_PROXY variable in the pm-env.sh script that you create at installation.

To set the value of K8S_AUTH_PROXY:

  1. Open the pm-env.sh file

    cd privacera/privacera-manager/
    vi config/pm-env.sh
  2. Add the following property:

    exportK8S_AUTH_PROXY="http://10.0.0.1:1234"
  3. Restart Privacera.

    ./privacera-manager.sh update