Skip to content

Managing Connector Configurations from the Privacera Portal

Starting with Privacera Release 9.0.22.1, certain PolicySync Connectors can now be managed directly through the Privacera Portal. This enhancement allows users to configure and manage connector instances via the web-based interface, eliminating the need to manually edit YAML configuration files in Privacera Manager.

Below is a step-by-step guide for deploying connectors using both Privacera Manager and the Privacera Portal.

flowchart TD
A[Create an Application] --> B[Download Configuration]
B --> C[Bootstrap the Connector Instance]
C --> D[Manage the Connector from the Portal]

  1. Create an Application: In the Self-Managed Privacera Portal, create an application using the same name as the connector environment name.
  2. Download Configuration: Download the connector configuration from the Self-Managed portal and place it in the appropriate configuration directory of Privacera Manager.
  3. Bootstrap the Connector Instance: Use Privacera Manager to bootstrap (initialize) the connector instance based on the downloaded configuration.
  4. Manage the Connector from the Portal:: Once deployed, manage the connector instance directly through the Privacera Portal for ongoing configuration and monitoring.

The support for this features is currently limited to only few connectors. Please refer to individual connector documentation for details on which connectors are supported.

For guidance on migrating from legacy Privacera Manager YAML configurations to Privacera Portal, refer to the Migrating from Privacera Manager YAML to Privacera Portal guide.

Comments