Privacy Center
The fidesops Privacy Center is a configurable webpage where users can request to download or delete their data.
Configuration
The fidesops Privacy Center's text and actions are managed by a config.json
file in the fidesops /privacy-center/config
directory.
config.json | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
Key | Description |
---|---|
title and dscription |
Text fields to override the default text of either the main portal, or the associated action. |
fidesops_host_development |
The URL to use for development deployments. |
fidesops_host_production |
The URL to use for production deployments. |
logo_path |
The relative path to a brand or site logo to replace the default. |
actions |
A list of action objects, each of which represent a new tile available in the portal, and are associated to a single fidesops policy. |
policy_key |
The key of the policy to use for this action. |
icon_path |
The relative path of an icon to replace the defaults. |
identity_inputs |
The list of personally identifiable information required by an action. |
Actions
Actions represent available privacy rights executable from the Privacy Center. The provided config.json
includes Download and Delete default, representing common requests to access or remove data under most privacy regulations. Each action is associated with a fidesops policy key, which defines the policy executed when the DSR is approved.
Additional actions can be added to this list, and removed at any time.
Styling
Any overrides for CSS styling can be included in a config.css
file in the /privacy-center/config
directory.