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
If my System is not annotated with a privacy declaration, it is excluded from my datamap. I expect all of my available systems to be found on my datamap, regardless of their state of compliance (i.e. privacy declarations)
Steps to Reproduce
Create a System that does not have a privacy declaration
Export your data map (no system)
Add a privacy declaration
Export data map again (system is visible)
Expected behavior
My datamap should contain all available resources, regardless of completeness. This is critical to being able to manage compliance via the datamap
To be able to test this, adding a system like the following should work (note the [] under privacy_declarations, this is because None is not allowed):
system:
# System Info
- fides_key: fake_system
name: fake system
organization_fides_key: default_organization
system_type: Service
privacy_declarations: []
The main focus area to resolve this discrepancy I think should like in how we are initially exporting records for a system - having default values (or similar) should allow for the system to propagate to the exported data
The text was updated successfully, but these errors were encountered:
@SteveDMurphy could you please leave some implementation instructions here so we can have someone else hit this?
Added some context to the Description under Additional Context - I believe focusing on the early subset of records should be sufficient however some more work may be required to ensure the records appear as part of the datamap
Bug Description
If my System is not annotated with a privacy declaration, it is excluded from my datamap. I expect all of my available systems to be found on my datamap, regardless of their state of compliance (i.e. privacy declarations)
Steps to Reproduce
Expected behavior
My datamap should contain all available resources, regardless of completeness. This is critical to being able to manage compliance via the datamap
Screenshots
n/a
Environment
Additional context
Originally discovered by @allisonking
To be able to test this, adding a system like the following should work (note the
[]
underprivacy_declarations
, this is becauseNone
is not allowed):The main focus area to resolve this discrepancy I think should like in how we are initially exporting records for a system - having default values (or similar) should allow for the system to propagate to the exported data
The text was updated successfully, but these errors were encountered: