Skip to main content

Privacera Platform

Privacera services (Data Assets)
:
Privacera services

This topic covers how you can enable/disable Data Sets menu on Privacera Portal.

Data Sets allows you to create logical data assets from various data sources such Snowflake, PostgreSQL and so on, and share the data assets with users, groups or roles. You can assign an owner to a data asset who has the privileges to control access to the data within the data asset.

CLI configuration
  1. Run the following command.

    cd privacera/privacera-manager/
    cp config/sample-vars/vars.privacera-services.yml  config/custom-vars/
    vi config/custom-vars/vars.privacera-services.yml
  2. Enable/Disable the property.

    PRIVACERA_SERVICES_ENABLE:"true"
  3. Run the following command.

    cd privacera/privacera-manager/
    ./privacera-manager update