Skip to main content

Privacera Documentation

Enable or disable the Data Sets menu

This topic covers how you can enable or 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.

  1. Run the following commands:

    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 or disable the property.

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

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