Skip to content

Enable or Disable the Privacera Diagnostics Tool

This document provides instructions to enable or disable the Privacera Diagnostics Tool. Ensure that you have the necessary permissions and access rights to make these changes.

Disabling the Privacera Diagnostics Tool is not recommended

Tip

  • In Data Plane deployments, Privacera Diagnostics Tool is disabled by default.
  • The Privacera Diagnostics Tool operates only in SSL mode.

Procedure

To enable or disable Privacera Diagnostic Tool, perform the following steps:

  1. Copy and open the privacera-diagnostics.yml file to enable or disable diagnostics tool. If file already exists, you can skip this step:

    Bash
    1
    2
    3
    cd ~/privacera/privacera-manager
    cp config/sample-vars/vars.privacera-diagnostics.yml config/custom-vars
    vi config/custom-vars/vars.privacera-diagnostics.yml
    

  2. Add or update the value for PRIVACERA_DEPLOY_DIAGNOSTICS_TOOL variable in the file privacera-diagnostics.yml:

    • Set value to "true" to enable the diagnostic tool.
    • Set value to "false" to disable the diagnostic tool.

Comments