You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a specific problem?
There are instances when a collection is defined in a dataset only for the purposes of linking another collection to the rest of the traversal graph. In these cases, it's beneficial to mark a collection as being used for traversal only so data from this linking collection is not returned as part of a privacy request.
Describe the solution you'd like
Add the ability to flag a collection as traversal_only. This use case originated from with with SaaS connectors so we're using Mailchimp as an example
This collection would not be included in the Mailchimp dataset, but internally, Fidesops would merge the SaaS config and dataset to create this
dataset:
- fides_key: mailchimp_example
name: Mailchimp Dataset
description: A sample dataset representing the Mailchimp connector for Fidesops
collections:
- name: messages
...
- name: conversations
fidesops_meta:
traversal_only: True
Describe alternatives you've considered, if any
We originally considered adding this as part of the policy but it makes more sense to configure this earlier in the workflow so we don't leak this information due to a misconfigured policy.
Using the flag name of traversal_only but we can go with something else if it makes more sense.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a specific problem?
There are instances when a collection is defined in a dataset only for the purposes of linking another collection to the rest of the traversal graph. In these cases, it's beneficial to mark a collection as being used for traversal only so data from this linking collection is not returned as part of a privacy request.
Describe the solution you'd like
Add the ability to flag a collection as
traversal_only
. This use case originated from with with SaaS connectors so we're using Mailchimp as an exampleThis collection would not be included in the Mailchimp dataset, but internally, Fidesops would merge the SaaS config and dataset to create this
Describe alternatives you've considered, if any
We originally considered adding this as part of the policy but it makes more sense to configure this earlier in the workflow so we don't leak this information due to a misconfigured policy.
Using the flag name of
traversal_only
but we can go with something else if it makes more sense.The text was updated successfully, but these errors were encountered: