ethyca-fides 2.70.3b0__py2.py3-none-any.whl → 2.70.4__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ethyca-fides might be problematic. Click here for more details.
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/METADATA +3 -3
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/RECORD +199 -205
- fides/_version.py +3 -3
- fides/api/db/crud.py +2 -30
- fides/api/db/database.py +1 -1
- fides/api/migrations/post_upgrade_index_creation.py +0 -10
- fides/api/models/detection_discovery/__init__.py +0 -2
- fides/api/models/detection_discovery/core.py +0 -11
- fides/api/models/manual_task/conditional_dependency.py +77 -21
- fides/api/models/policy.py +0 -24
- fides/api/models/privacy_notice.py +26 -6
- fides/api/models/privacy_request/privacy_request.py +0 -68
- fides/api/models/privacy_request/webhook.py +1 -3
- fides/api/oauth/roles.py +0 -2
- fides/api/schemas/privacy_request.py +2 -4
- fides/api/schemas/user.py +2 -2
- fides/api/service/privacy_request/dsr_package/dsr_report_builder.py +2 -2
- fides/api/service/storage/streaming/smart_open_streaming_storage.py +28 -36
- fides/api/service/storage/util.py +102 -11
- fides/api/task/manual/manual_task_utils.py +6 -5
- fides/ui-build/static/admin/404.html +1 -1
- fides/ui-build/static/admin/_next/static/{uJYQK3qHPl-9P-RICNMQA → _9nAp1PRzJJaHA5KOAbQC}/_buildManifest.js +1 -1
- fides/ui-build/static/admin/_next/static/chunks/155-88303b05c6e115a5.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{7476-d055aa931da47ac0.js → 7476-0b6e114658b15eaa.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/{7725-fdc4298dfbea6f80.js → 7725-dd6736855807936a.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{_app-de41f80e35acbde0.js → _app-a4e3c999afb28ee7.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-b0e3f1886de28d66.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations/{[id]-9f6c82e14ff2cad2.js → [id]-8b13bb5f7bee61c6.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{integrations-ebc9c90fe99ee68d.js → integrations-6f109ef64304ef59.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{[id]-f8e3f63bea43db3b.js → [id]-8566e3b7b2a632fa.js} +1 -1
- fides/ui-build/static/admin/add-systems/manual.html +1 -1
- fides/ui-build/static/admin/add-systems/multiple.html +1 -1
- fides/ui-build/static/admin/add-systems.html +1 -1
- fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
- fides/ui-build/static/admin/consent/configure.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
- fides/ui-build/static/admin/consent/properties.html +1 -1
- fides/ui-build/static/admin/consent/reporting.html +1 -1
- fides/ui-build/static/admin/consent.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
- fides/ui-build/static/admin/data-catalog.html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
- fides/ui-build/static/admin/data-discovery/activity.html +1 -1
- fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/detection.html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
- fides/ui-build/static/admin/datamap.html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
- fides/ui-build/static/admin/dataset/new.html +1 -1
- fides/ui-build/static/admin/dataset.html +1 -1
- fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
- fides/ui-build/static/admin/datastore-connection/new.html +1 -1
- fides/ui-build/static/admin/datastore-connection.html +1 -1
- fides/ui-build/static/admin/index.html +1 -1
- fides/ui-build/static/admin/integrations/[id].html +1 -1
- fides/ui-build/static/admin/integrations.html +1 -1
- fides/ui-build/static/admin/login/[provider].html +1 -1
- fides/ui-build/static/admin/login.html +1 -1
- fides/ui-build/static/admin/messaging/[id].html +1 -1
- fides/ui-build/static/admin/messaging/add-template.html +1 -1
- fides/ui-build/static/admin/messaging.html +1 -1
- fides/ui-build/static/admin/poc/ant-components.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/AntForm.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikAntFormItem.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikControlled.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikField.html +1 -1
- fides/ui-build/static/admin/poc/form-experiments/FormikSpreadField.html +1 -1
- fides/ui-build/static/admin/poc/forms.html +1 -1
- fides/ui-build/static/admin/poc/table-migration.html +1 -1
- fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
- fides/ui-build/static/admin/privacy-requests.html +1 -1
- fides/ui-build/static/admin/properties/[id].html +1 -1
- fides/ui-build/static/admin/properties/add-property.html +1 -1
- fides/ui-build/static/admin/properties.html +1 -1
- fides/ui-build/static/admin/reporting/datamap.html +1 -1
- fides/ui-build/static/admin/settings/about/alpha.html +1 -1
- fides/ui-build/static/admin/settings/about.html +1 -1
- fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
- fides/ui-build/static/admin/settings/consent.html +1 -1
- fides/ui-build/static/admin/settings/custom-fields.html +1 -1
- fides/ui-build/static/admin/settings/domain-records.html +1 -1
- fides/ui-build/static/admin/settings/domains.html +1 -1
- fides/ui-build/static/admin/settings/email-templates.html +1 -1
- fides/ui-build/static/admin/settings/locations.html +1 -1
- fides/ui-build/static/admin/settings/messaging-providers/[key].html +1 -1
- fides/ui-build/static/admin/settings/messaging-providers/new.html +1 -1
- fides/ui-build/static/admin/settings/messaging-providers.html +1 -1
- fides/ui-build/static/admin/settings/organization.html +1 -1
- fides/ui-build/static/admin/settings/privacy-requests.html +1 -1
- fides/ui-build/static/admin/settings/regulations.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id].html +1 -1
- fides/ui-build/static/admin/systems.html +1 -1
- fides/ui-build/static/admin/taxonomy.html +1 -1
- fides/ui-build/static/admin/user-management/new.html +1 -1
- fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
- fides/ui-build/static/admin/user-management.html +1 -1
- fides/api/alembic/migrations/versions/a8e0c016afd_add_classification_benchmark_table.py +0 -126
- fides/api/alembic/migrations/versions/cd8649be3a2b_add_classifications_and_user_assigned_.py +0 -74
- fides/api/db/safe_crud.py +0 -377
- fides/api/models/conditional_dependency/__init__.py +0 -0
- fides/api/models/conditional_dependency/conditional_dependency_base.py +0 -82
- fides/api/models/detection_discovery/classification_benchmark.py +0 -140
- fides/ui-build/static/admin/_next/static/chunks/155-047c3806cc41295e.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-3d03cd31cd99fa07.js +0 -1
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/WHEEL +0 -0
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/entry_points.txt +0 -0
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/licenses/LICENSE +0 -0
- {ethyca_fides-2.70.3b0.dist-info → ethyca_fides-2.70.4.dist-info}/top_level.txt +0 -0
- /fides/ui-build/static/admin/_next/static/{uJYQK3qHPl-9P-RICNMQA → _9nAp1PRzJJaHA5KOAbQC}/_ssgManifest.js +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{1115-90baef2a89f361ad.js → 1115-7888473b3dc28cda.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{1817-dbde9966025d7970.js → 1817-ee9e29a6b8c4af50.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{2040-fdecc41a18e40bdc.js → 2040-ab6212a3074f34f9.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3696-90c8b336bbc46782.js → 3696-c25dc8d1b0e1aee1.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3700-865408b36fbee782.js → 3700-dc3f05d21e2a5ff6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3872-04d3afbfa41a7782.js → 3872-3514b712afd683c0.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{4608-a9941d0c236ebca1.js → 4608-b22905c65f61db15.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{502-d3ecae97b67befbd.js → 502-a40d39e615f7b664.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{5185-51eaa78e3ed6bfb7.js → 5185-33f50cf9ae17b42e.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{5574-c31ea831371610d5.js → 5574-b8c4cba5a6938c00.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{5783-8f5713517ebc35f3.js → 5783-8de76df87af55e98.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6084-dc473a58c3e2889b.js → 6084-2cd165179c428a6f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6416-0ccadfefcdad00cc.js → 6416-264aadc6b336ee0a.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6882-10296485ec326e6b.js → 6882-447f15e87b8c48a5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6954-4b24e1731c1cc3b3.js → 6954-599f2de2c902e9b2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{7158-04745cc8d684b2e7.js → 7158-835ba42fd881d8dd.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{7630-d0d3a0fe3f95e971.js → 7630-e7ea13be69c118a1.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{796-876998c86754da97.js → 796-e07ac2c543f569e3.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{8002-ed832921ad190832.js → 8002-25fd174aec9b077b.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9226-4a7027057f55ca2a.js → 9226-2f960b7ca530642a.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9826-ccedc28e978ca9e1.js → 9826-c02be5882205bbbc.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/{manual-16ecb33f09224fbb.js → manual-939253f8daf349b2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/{multiple-2ca59996860a33c5.js → multiple-83ed7da0bb90b0a5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{add-systems-caff552fce501f82.js → add-systems-f90aa48500c1cbde.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/configure/{add-vendors-7a258b7ecd6da4b8.js → add-vendors-46b88bda3d7b15c5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{configure-259ad2e10fe6f413.js → configure-c0db068d1863222f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-experience-7e78616b7b048978.js → privacy-experience-92a337ee96845af2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/privacy-notices/{[id]-9c23fbe813c997d0.js → [id]-1fd2cda8707314f6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/privacy-notices/{new-0e5e38bbcfe59fd2.js → new-2987e397445713c5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-notices-3ff2fd2570f02f1c.js → privacy-notices-59a8aff5935482ec.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{consent-d2bf72508c3cad55.js → consent-e5a33654a2dfaf35.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/{[resourceUrn]-06a08970907ed3f0.js → [resourceUrn]-293c1f2d9aefb447.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/projects/{[projectUrn]-4a1af12d2d7cd660.js → [projectUrn]-6a4b0d49dcbf17a8.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/{projects-99573a1ee3ef8f4c.js → projects-be7b385073f22414.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/resources/{[resourceUrn]-4c84d952bb1db690.js → [resourceUrn]-18501152fa1e4f40.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/{resources-6e429b7511028d60.js → resources-af80fdca3bbdc82f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{data-catalog-56fd0f3e465e52b6.js → data-catalog-351caadeef03876a.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/{[monitorId]-b74dfaf4f4126e57.js → [monitorId]-e8ec4080d9a3e22f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{action-center-040813022f0890c9.js → action-center-1554afcb8b9da2ab.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/detection/{[resourceUrn]-844a8de0d1b506e2.js → [resourceUrn]-0497f3ffdb632516.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{detection-11b07cf2d91b17ef.js → detection-a780390da99f3e43.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/discovery/{[resourceUrn]-65dc7f5a2ce3eae7.js → [resourceUrn]-1901c26cdde820da.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{discovery-4d378516817cf00b.js → discovery-0cea22af5929c81f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{datamap-4a05303416dcb657.js → datamap-619f27c745188adb.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/[datasetId]/[collectionName]/{[...subfieldNames]-d4031e438c363fff.js → [...subfieldNames]-ef71f387fbbab425.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/[datasetId]/{[collectionName]-9463af37079762d0.js → [collectionName]-d790553662caf5c3.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/{[datasetId]-60a4a9eb4aab4c11.js → [datasetId]-cb63db8594fe8dc1.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/dataset/{new-910e28bce6a98f3d.js → new-78e052c8f95110c4.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{dataset-108630926347724e.js → dataset-d6d7ee8bd8858a8a.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/datastore-connection/{[id]-5119e6602507157f.js → [id]-cc149157d290a94d.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/datastore-connection/{new-cda4e7b5b888e17c.js → new-4c9fb068a5561658.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{datastore-connection-223c2d1ded51bfb1.js → datastore-connection-a832084ce294f8af.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{index-b74d1e8608ae5b5d.js → index-269b8f81546dad66.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/messaging/{[id]-e8d2140787045acd.js → [id]-d8c5c03fb2f31d65.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/messaging/{add-template-e3f93462a08251bf.js → add-template-0e0c06e3c8aabe02.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{messaging-b5f7d6afdecd013d.js → messaging-3f15804cf9625f01.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/poc/{table-migration-329333a88f3826eb.js → table-migration-e551fccfcaae76e7.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/configure/{storage-648d775d0fce49dc.js → storage-1b38b656807ed0cd.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{configure-8f577df28ebca869.js → configure-b00532a0ad4f6927.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{privacy-requests-1eeb320867dbebf4.js → privacy-requests-2c82cf73d20416f2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/properties/{[id]-57a75c7e9659271a.js → [id]-322a01e2bceab3fb.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/properties/{add-property-8964c2300206bc89.js → add-property-777ed2d73812043d.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{consent-1ae1257f5b388924.js → consent-55e36839d219a503.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{custom-fields-c2f1376aca192114.js → custom-fields-26ce8fc493993765.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domain-records-586505df9d853f1f.js → domain-records-7ddf9d992fe714a6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{domains-a3275554ffe8e640.js → domains-7c78ae51f0dd7102.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{email-templates-604790638c656fbd.js → email-templates-05ffbda19ab894b9.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{locations-be2a885150adc133.js → locations-77fb85bdd0be42b5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/messaging-providers/{[key]-8df31428446a6a96.js → [key]-b0d93bf478bf63ee.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/messaging-providers/{new-af1471bf4571d5d3.js → new-084f9756b9987285.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{messaging-providers-8d92be437793c96f.js → messaging-providers-6c51ffd46bb598e7.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{organization-3c86162afe9759df.js → organization-44456bfe54ac4ad5.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{privacy-requests-8cbdfd08e0fa88fb.js → privacy-requests-fbe7e8030d837aed.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{regulations-4fe3b90747d885e5.js → regulations-2866ac99faa5a542.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/[id]/{test-datasets-2deb6becece69d46.js → test-datasets-a86bafe1b4e1205f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/{[id]-589952aa1a31c33d.js → [id]-1895c6a13b543436.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{systems-916238dcc0596957.js → systems-d266cc062b56beb2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{taxonomy-616f5a7cbb99e46d.js → taxonomy-07848c232d960f6a.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/user-management/{new-629c88e90699369b.js → new-6304dad2c5fab694.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/user-management/profile/{[id]-98f737e735eaa0f0.js → [id]-ff4711db191099cd.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/{user-management-562624e5461083ec.js → user-management-82fcf1151e2fe2ba.js} +0 -0
|
@@ -4,7 +4,6 @@ from __future__ import annotations
|
|
|
4
4
|
import csv
|
|
5
5
|
import json
|
|
6
6
|
import time
|
|
7
|
-
from copy import deepcopy
|
|
8
7
|
from datetime import datetime
|
|
9
8
|
from io import BytesIO, StringIO
|
|
10
9
|
from itertools import chain
|
|
@@ -37,11 +36,13 @@ from fides.api.service.storage.streaming.schemas import (
|
|
|
37
36
|
)
|
|
38
37
|
from fides.api.service.storage.streaming.smart_open_client import SmartOpenStorageClient
|
|
39
38
|
from fides.api.service.storage.util import (
|
|
39
|
+
convert_processed_attachments_to_attachment_processing_info,
|
|
40
40
|
determine_dataset_name_from_path,
|
|
41
|
+
extract_storage_key_from_attachment,
|
|
41
42
|
get_unique_filename,
|
|
42
43
|
process_attachments_contextually,
|
|
43
44
|
resolve_attachment_storage_path,
|
|
44
|
-
|
|
45
|
+
resolve_base_path_from_context,
|
|
45
46
|
)
|
|
46
47
|
|
|
47
48
|
DEFAULT_ATTACHMENT_NAME = "attachment"
|
|
@@ -168,9 +169,7 @@ class SmartOpenStreamingStorage:
|
|
|
168
169
|
"""
|
|
169
170
|
try:
|
|
170
171
|
# Extract storage key using shared utility
|
|
171
|
-
storage_key = (
|
|
172
|
-
attachment.get("download_url") or attachment.get("file_name") or ""
|
|
173
|
-
)
|
|
172
|
+
storage_key = extract_storage_key_from_attachment(attachment)
|
|
174
173
|
if not storage_key:
|
|
175
174
|
return None
|
|
176
175
|
|
|
@@ -183,7 +182,7 @@ class SmartOpenStreamingStorage:
|
|
|
183
182
|
)
|
|
184
183
|
|
|
185
184
|
# Resolve base path using shared utility
|
|
186
|
-
base_path =
|
|
185
|
+
base_path = resolve_base_path_from_context(attachment)
|
|
187
186
|
|
|
188
187
|
# Create AttachmentProcessingInfo
|
|
189
188
|
processing_info = AttachmentProcessingInfo(
|
|
@@ -282,11 +281,7 @@ class SmartOpenStreamingStorage:
|
|
|
282
281
|
) from e
|
|
283
282
|
|
|
284
283
|
def _collect_and_validate_attachments(
|
|
285
|
-
self,
|
|
286
|
-
data: dict,
|
|
287
|
-
used_filenames_data: set[str],
|
|
288
|
-
used_filenames_attachments: set[str],
|
|
289
|
-
processed_attachments: dict[tuple[str, str], str],
|
|
284
|
+
self, data: dict
|
|
290
285
|
) -> list[AttachmentProcessingInfo]:
|
|
291
286
|
"""Collect and validate attachments using the same contextual approach as DSR report builder.
|
|
292
287
|
|
|
@@ -299,30 +294,26 @@ class SmartOpenStreamingStorage:
|
|
|
299
294
|
Returns:
|
|
300
295
|
List of validated AttachmentProcessingInfo objects
|
|
301
296
|
"""
|
|
302
|
-
|
|
297
|
+
# Initialize tracking structures (similar to DSR report builder)
|
|
298
|
+
used_filenames_data: set[str] = set()
|
|
299
|
+
used_filenames_attachments: set[str] = set()
|
|
300
|
+
processed_attachments: dict[tuple[str, str], str] = {}
|
|
303
301
|
|
|
304
302
|
# Use the shared contextual processing function
|
|
305
303
|
# Note: This method should only be used when DSR report builder is not available
|
|
306
304
|
# For HTML format, use _collect_and_validate_attachments_from_dsr_builder instead
|
|
307
305
|
processed_attachments_list = process_attachments_contextually(
|
|
308
|
-
data
|
|
309
|
-
used_filenames_data
|
|
310
|
-
used_filenames_attachments
|
|
311
|
-
processed_attachments
|
|
312
|
-
enable_streaming=True,
|
|
306
|
+
data,
|
|
307
|
+
used_filenames_data,
|
|
308
|
+
used_filenames_attachments,
|
|
309
|
+
processed_attachments,
|
|
310
|
+
enable_streaming=True, # Always use streaming mode for storage
|
|
313
311
|
)
|
|
314
312
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
# Validate and convert to AttachmentProcessingInfo
|
|
321
|
-
validated = self._validate_attachment(attachment_with_context)
|
|
322
|
-
if validated:
|
|
323
|
-
validated_attachments.append(validated)
|
|
324
|
-
|
|
325
|
-
return validated_attachments
|
|
313
|
+
# Convert to AttachmentProcessingInfo objects using shared utility
|
|
314
|
+
return convert_processed_attachments_to_attachment_processing_info(
|
|
315
|
+
processed_attachments_list, self._validate_attachment
|
|
316
|
+
)
|
|
326
317
|
|
|
327
318
|
def _collect_and_validate_attachments_from_dsr_builder(
|
|
328
319
|
self, data: dict, dsr_builder: "DSRReportBuilder"
|
|
@@ -351,11 +342,17 @@ class SmartOpenStreamingStorage:
|
|
|
351
342
|
else:
|
|
352
343
|
used_filenames_data.update(filenames)
|
|
353
344
|
|
|
354
|
-
|
|
345
|
+
processed_attachments_list = process_attachments_contextually(
|
|
355
346
|
data,
|
|
356
347
|
used_filenames_data,
|
|
357
348
|
used_filenames_attachments,
|
|
358
349
|
dsr_builder.processed_attachments,
|
|
350
|
+
enable_streaming=True, # Always use streaming mode for storage
|
|
351
|
+
)
|
|
352
|
+
|
|
353
|
+
# Convert to AttachmentProcessingInfo objects using shared utility
|
|
354
|
+
return convert_processed_attachments_to_attachment_processing_info(
|
|
355
|
+
processed_attachments_list, self._validate_attachment
|
|
359
356
|
)
|
|
360
357
|
|
|
361
358
|
@retry_cloud_storage_operation(
|
|
@@ -377,7 +374,7 @@ class SmartOpenStreamingStorage:
|
|
|
377
374
|
"""Upload data to cloud storage using smart-open streaming for memory efficiency.
|
|
378
375
|
|
|
379
376
|
This function leverages smart-open's streaming capabilities while maintaining
|
|
380
|
-
our DSR-specific business logic for package and attachment processing.
|
|
377
|
+
our DSR-specific business logic for package splitting and attachment processing.
|
|
381
378
|
All data is streamed directly from source to destination without local storage.
|
|
382
379
|
|
|
383
380
|
Args:
|
|
@@ -630,12 +627,7 @@ class SmartOpenStreamingStorage:
|
|
|
630
627
|
resp_format: Response format (csv, json)
|
|
631
628
|
"""
|
|
632
629
|
# Collect and validate all attachments using shared contextual processing
|
|
633
|
-
all_attachments = self._collect_and_validate_attachments(
|
|
634
|
-
data=data,
|
|
635
|
-
used_filenames_data=set(),
|
|
636
|
-
used_filenames_attachments=set(),
|
|
637
|
-
processed_attachments={},
|
|
638
|
-
)
|
|
630
|
+
all_attachments = self._collect_and_validate_attachments(data)
|
|
639
631
|
|
|
640
632
|
if not all_attachments:
|
|
641
633
|
# No attachments, just upload the data
|
|
@@ -544,9 +544,31 @@ def _process_attachment_list(
|
|
|
544
544
|
return processed_attachments_list
|
|
545
545
|
|
|
546
546
|
|
|
547
|
-
def
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
def extract_storage_key_from_attachment(attachment: dict[str, Any]) -> str:
|
|
548
|
+
"""
|
|
549
|
+
Extract storage key from attachment data with fallback logic.
|
|
550
|
+
|
|
551
|
+
This function provides a consistent way to extract storage keys from
|
|
552
|
+
attachment dictionaries across different components.
|
|
553
|
+
|
|
554
|
+
Args:
|
|
555
|
+
attachment: The attachment dictionary
|
|
556
|
+
|
|
557
|
+
Returns:
|
|
558
|
+
The storage key (URL or filename) for the attachment
|
|
559
|
+
"""
|
|
560
|
+
if original_url := attachment.get("original_download_url"):
|
|
561
|
+
return original_url
|
|
562
|
+
|
|
563
|
+
if download_url := attachment.get("download_url"):
|
|
564
|
+
return download_url
|
|
565
|
+
|
|
566
|
+
file_name = attachment.get("file_name")
|
|
567
|
+
return file_name if file_name is not None else ""
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
def resolve_base_path_from_context(
|
|
571
|
+
attachment: dict[str, Any], default_base_path: str = "attachments"
|
|
550
572
|
) -> str:
|
|
551
573
|
"""
|
|
552
574
|
Resolve the base path for an attachment based on its context.
|
|
@@ -556,24 +578,93 @@ def resolve_path_from_context(
|
|
|
556
578
|
|
|
557
579
|
Args:
|
|
558
580
|
attachment: The attachment dictionary
|
|
559
|
-
|
|
581
|
+
default_base_path: Default base path if no context is found
|
|
560
582
|
|
|
561
583
|
Returns:
|
|
562
|
-
The resolved path for the attachment
|
|
584
|
+
The resolved base path for the attachment
|
|
563
585
|
"""
|
|
564
586
|
if not attachment.get("_context"):
|
|
565
|
-
return
|
|
587
|
+
return default_base_path
|
|
566
588
|
|
|
567
589
|
context = attachment["_context"]
|
|
568
590
|
context_type = context.get("type")
|
|
569
591
|
|
|
570
|
-
if context_type
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
return f"data/{dataset}/{collection}/attachments"
|
|
592
|
+
if context_type == "direct":
|
|
593
|
+
return f"data/{context['dataset']}/{context['collection']}/attachments"
|
|
594
|
+
if context_type == "nested":
|
|
595
|
+
return f"data/{context['dataset']}/{context['collection']}/attachments"
|
|
574
596
|
if context_type == "top_level":
|
|
575
597
|
return "attachments"
|
|
598
|
+
# Handle old context format
|
|
576
599
|
if context.get("key") and context.get("item_id"):
|
|
577
600
|
return f"{context['key']}/{context['item_id']}/attachments"
|
|
601
|
+
# Fallback for unknown context types
|
|
602
|
+
return "unknown/unknown/attachments"
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
def resolve_directory_from_context(
|
|
606
|
+
attachment: dict[str, Any], default_directory: str = "attachments"
|
|
607
|
+
) -> str:
|
|
608
|
+
"""
|
|
609
|
+
Resolve the directory path for an attachment based on its context.
|
|
610
|
+
|
|
611
|
+
This function provides consistent directory resolution logic for DSR report builder.
|
|
612
|
+
|
|
613
|
+
Args:
|
|
614
|
+
attachment: The attachment dictionary
|
|
615
|
+
default_directory: Default directory if no context is found
|
|
616
|
+
|
|
617
|
+
Returns:
|
|
618
|
+
The resolved directory path for the attachment
|
|
619
|
+
"""
|
|
620
|
+
if not attachment.get("_context"):
|
|
621
|
+
return default_directory
|
|
622
|
+
|
|
623
|
+
context = attachment["_context"]
|
|
624
|
+
context_type = context.get("type")
|
|
625
|
+
|
|
626
|
+
if context_type == "direct":
|
|
627
|
+
return f"data/{context['dataset']}/{context['collection']}"
|
|
628
|
+
if context_type == "nested":
|
|
629
|
+
return f"data/{context['dataset']}/{context['collection']}"
|
|
630
|
+
if context_type == "top_level":
|
|
631
|
+
return "attachments"
|
|
632
|
+
if context.get("key") and context.get("item_id"):
|
|
633
|
+
return f"{context['key']}/{context['item_id']}"
|
|
634
|
+
|
|
635
|
+
return default_directory
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
def convert_processed_attachments_to_attachment_processing_info(
|
|
639
|
+
processed_attachments_list: list[dict[str, Any]], validate_attachment_func: Callable
|
|
640
|
+
) -> list[Any]:
|
|
641
|
+
"""
|
|
642
|
+
Convert processed attachments list to AttachmentProcessingInfo objects.
|
|
643
|
+
|
|
644
|
+
This is a shared utility function to avoid duplication between different
|
|
645
|
+
attachment collection methods.
|
|
646
|
+
|
|
647
|
+
Args:
|
|
648
|
+
processed_attachments_list: List of processed attachment dictionaries
|
|
649
|
+
validate_attachment_func: Function to validate individual attachments
|
|
650
|
+
Signature: validate_attachment_func(attachment_with_context) -> AttachmentProcessingInfo | None
|
|
651
|
+
|
|
652
|
+
Returns:
|
|
653
|
+
List of validated AttachmentProcessingInfo objects
|
|
654
|
+
"""
|
|
655
|
+
validated_attachments = []
|
|
656
|
+
|
|
657
|
+
for processed_attachment in processed_attachments_list:
|
|
658
|
+
attachment_data = processed_attachment["attachment"]
|
|
659
|
+
|
|
660
|
+
# Add context information to the attachment data
|
|
661
|
+
attachment_with_context = attachment_data.copy()
|
|
662
|
+
attachment_with_context["_context"] = processed_attachment["context"]
|
|
663
|
+
|
|
664
|
+
# Validate and convert to AttachmentProcessingInfo
|
|
665
|
+
if validate_attachment_func is not None:
|
|
666
|
+
validated = validate_attachment_func(attachment_with_context)
|
|
667
|
+
if validated:
|
|
668
|
+
validated_attachments.append(validated)
|
|
578
669
|
|
|
579
|
-
return
|
|
670
|
+
return validated_attachments
|
|
@@ -9,13 +9,14 @@ from fides.api.graph.config import (
|
|
|
9
9
|
GraphDataset,
|
|
10
10
|
ScalarField,
|
|
11
11
|
)
|
|
12
|
+
from fides.api.models.connectionconfig import ConnectionConfig
|
|
12
13
|
|
|
13
14
|
# Import application models
|
|
14
|
-
from fides.api.models.
|
|
15
|
-
|
|
15
|
+
from fides.api.models.manual_task import (
|
|
16
|
+
ManualTask,
|
|
17
|
+
ManualTaskConditionalDependencyType,
|
|
18
|
+
ManualTaskConfigurationType,
|
|
16
19
|
)
|
|
17
|
-
from fides.api.models.connectionconfig import ConnectionConfig
|
|
18
|
-
from fides.api.models.manual_task import ManualTask, ManualTaskConfigurationType
|
|
19
20
|
from fides.api.task.manual.manual_task_address import ManualTaskAddress
|
|
20
21
|
|
|
21
22
|
PRIVACY_REQUEST_CONFIG_TYPES = {
|
|
@@ -134,7 +135,7 @@ def create_collection_for_connection_key(
|
|
|
134
135
|
conditional_field_addresses: set[str] = {
|
|
135
136
|
dependency.field_address
|
|
136
137
|
for dependency in manual_task.conditional_dependencies
|
|
137
|
-
if dependency.condition_type ==
|
|
138
|
+
if dependency.condition_type == ManualTaskConditionalDependencyType.leaf
|
|
138
139
|
and dependency.field_address is not None
|
|
139
140
|
}
|
|
140
141
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link data-next-font="" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/1866822702989bb3.css" as="style"/><link rel="stylesheet" href="/_next/static/css/1866822702989bb3.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-2766492c5dbceb0a.js" defer=""></script><script src="/_next/static/chunks/framework-c92fc3344e6fd165.js" defer=""></script><script src="/_next/static/chunks/main-090643377c8254e6.js" defer=""></script><script src="/_next/static/chunks/pages/_app-
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link data-next-font="" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/1866822702989bb3.css" as="style"/><link rel="stylesheet" href="/_next/static/css/1866822702989bb3.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-2766492c5dbceb0a.js" defer=""></script><script src="/_next/static/chunks/framework-c92fc3344e6fd165.js" defer=""></script><script src="/_next/static/chunks/main-090643377c8254e6.js" defer=""></script><script src="/_next/static/chunks/pages/_app-a4e3c999afb28ee7.js" defer=""></script><script src="/_next/static/chunks/pages/404-2eb8aed4939f1142.js" defer=""></script><script src="/_next/static/_9nAp1PRzJJaHA5KOAbQC/_buildManifest.js" defer=""></script><script src="/_next/static/_9nAp1PRzJJaHA5KOAbQC/_ssgManifest.js" defer=""></script><style>.data-ant-cssinjs-cache-path{content:"";}</style></head><body><div id="__next"><div style="height:100%;display:flex"></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"_9nAp1PRzJJaHA5KOAbQC","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,e,t,a,c,n,i,d,o,r,p,g,u,f,m,j,k,h,b,y,l,v,I,F,x,_,U,w,q,N,A,S,B,C,z,D,E,L,M,T,P,G,H,J,K,O,Q,R,V,W,X,Y,Z,$,ss,se){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[q,"static/chunks/pages/index-b74d1e8608ae5b5d.js"],"/404":["static/chunks/pages/404-2eb8aed4939f1142.js"],"/_error":["static/chunks/pages/_error-bede3a8288930dcf.js"],"/add-systems":[s,q,"static/chunks/pages/add-systems-caff552fce501f82.js"],"/add-systems/manual":[s,e,t,a,n,u,c,i,r,f,m,l,N,A,"static/chunks/pages/add-systems/manual-16ecb33f09224fbb.js"],"/add-systems/multiple":[r,j,S,"static/chunks/pages/add-systems/multiple-2ca59996860a33c5.js"],"/consent":["static/chunks/pages/consent-d2bf72508c3cad55.js"],"/consent/configure":[r,j,"static/chunks/pages/consent/configure-259ad2e10fe6f413.js"],"/consent/configure/add-vendors":[r,j,S,"static/chunks/pages/consent/configure/add-vendors-7a258b7ecd6da4b8.js"],"/consent/privacy-experience":[u,B,"static/chunks/pages/consent/privacy-experience-7e78616b7b048978.js"],"/consent/privacy-experience/new":[e,d,k,h,C,"static/chunks/pages/consent/privacy-experience/new-e74cb5ea87f15b40.js"],"/consent/privacy-experience/[id]":[e,d,k,h,C,"static/chunks/pages/consent/privacy-experience/[id]-fd41ffaff543e05a.js"],"/consent/privacy-notices":[B,"static/chunks/pages/consent/privacy-notices-3ff2fd2570f02f1c.js"],"/consent/privacy-notices/new":[e,d,k,h,z,"static/chunks/pages/consent/privacy-notices/new-0e5e38bbcfe59fd2.js"],"/consent/privacy-notices/[id]":[e,d,k,h,z,"static/chunks/pages/consent/privacy-notices/[id]-9c23fbe813c997d0.js"],"/consent/properties":[b,D,"static/chunks/pages/consent/properties-069f4e3ee96ebf77.js"],"/consent/reporting":[s,"static/chunks/2150-930ffaf2c4718edc.js","static/chunks/pages/consent/reporting-ae4909cad9b67822.js"],"/data-catalog":[e,t,a,c,"static/css/95ac327e5d70148d.css","static/chunks/pages/data-catalog-56fd0f3e465e52b6.js"],"/data-catalog/[systemId]/projects":[e,t,a,c,v,o,"static/chunks/pages/data-catalog/[systemId]/projects-99573a1ee3ef8f4c.js"],"/data-catalog/[systemId]/projects/[projectUrn]":[E,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]-4a1af12d2d7cd660.js"],"/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]":[s,e,t,a,c,v,L,o,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]-06a08970907ed3f0.js"],"/data-catalog/[systemId]/resources":[E,"static/chunks/pages/data-catalog/[systemId]/resources-6e429b7511028d60.js"],"/data-catalog/[systemId]/resources/[resourceUrn]":[s,e,t,a,c,v,L,o,"static/chunks/pages/data-catalog/[systemId]/resources/[resourceUrn]-4c84d952bb1db690.js"],"/data-discovery/action-center":[I,"static/chunks/pages/data-discovery/action-center-040813022f0890c9.js"],"/data-discovery/action-center/[monitorId]":[s,e,t,a,i,I,M,F,"static/chunks/pages/data-discovery/action-center/[monitorId]-b74dfaf4f4126e57.js"],"/data-discovery/action-center/[monitorId]/[systemId]":[s,e,t,a,i,r,l,I,M,"static/css/23cf870196941c9a.css","static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-3d03cd31cd99fa07.js"],"/data-discovery/activity":[s,g,"static/chunks/pages/data-discovery/activity-2635ef588bf06145.js"],"/data-discovery/detection":[s,i,g,T,"static/chunks/pages/data-discovery/detection-11b07cf2d91b17ef.js"],"/data-discovery/detection/[resourceUrn]":[s,i,g,T,"static/chunks/pages/data-discovery/detection/[resourceUrn]-844a8de0d1b506e2.js"],"/data-discovery/discovery":[s,e,t,a,c,i,g,P,o,"static/chunks/pages/data-discovery/discovery-4d378516817cf00b.js"],"/data-discovery/discovery/[resourceUrn]":[s,e,t,a,c,i,g,P,o,"static/chunks/pages/data-discovery/discovery/[resourceUrn]-65dc7f5a2ce3eae7.js"],"/datamap":[s,a,"static/chunks/255-1bc0cbef7a59cdc6.js",f,G,"static/chunks/pages/datamap-4a05303416dcb657.js"],"/dataset":[p,y,"static/chunks/pages/dataset-108630926347724e.js"],"/dataset/new":[s,p,y,"static/chunks/pages/dataset/new-910e28bce6a98f3d.js"],"/dataset/[datasetId]":["static/chunks/9729-fcf6ff4e3534e4a8.js",x,"static/chunks/pages/dataset/[datasetId]-60a4a9eb4aab4c11.js"],"/dataset/[datasetId]/[collectionName]":[e,t,a,n,c,x,o,"static/chunks/pages/dataset/[datasetId]/[collectionName]-9463af37079762d0.js"],"/dataset/[datasetId]/[collectionName]/[...subfieldNames]":[e,t,a,n,c,x,o,"static/chunks/pages/dataset/[datasetId]/[collectionName]/[...subfieldNames]-d4031e438c363fff.js"],"/datastore-connection":["static/css/5f393dea1c0d031c.css","static/chunks/pages/datastore-connection-223c2d1ded51bfb1.js"],"/datastore-connection/new":[s,e,n,p,u,H,y,J,"static/chunks/pages/datastore-connection/new-cda4e7b5b888e17c.js"],"/datastore-connection/[id]":[s,e,n,p,H,y,J,"static/chunks/pages/datastore-connection/[id]-5119e6602507157f.js"],"/fides-js-docs":["static/chunks/2fbcc6de-a6c61724c327e9fa.js","static/chunks/e3251fe7-5777b5d778e6fffa.js",e,t,a,n,p,"static/chunks/5619-9b50cec521203989.js",K,"static/css/0b4b1b65cc874774.css","static/chunks/5596-29a7c8322530b7cf.js","static/chunks/pages/fides-js-docs-1f4335dca5c09860.js"],"/integrations":[s,e,t,a,n,d,O,m,Q,o,"static/chunks/pages/integrations-ebc9c90fe99ee68d.js"],"/integrations/[id]":[s,e,t,a,n,d,O,i,m,Q,o,"static/chunks/pages/integrations/[id]-9f6c82e14ff2cad2.js"],"/login":["static/chunks/pages/login-0cb0eb44bf2dd24c.js"],"/login/[provider]":["static/chunks/pages/login/[provider]-c58beef131c3a82d.js"],"/messaging":[e,t,"static/chunks/346-aa3b88efb85f2e28.js","static/chunks/pages/messaging-b5f7d6afdecd013d.js"],"/messaging/add-template":[R,"static/chunks/pages/messaging/add-template-e3f93462a08251bf.js"],"/messaging/[id]":[R,"static/chunks/pages/messaging/[id]-e8d2140787045acd.js"],"/poc/ant-components":["static/chunks/pages/poc/ant-components-248ad9f65a872442.js"],"/poc/form-experiments/AntForm":["static/chunks/pages/poc/form-experiments/AntForm-aedb66a62042b10a.js"],"/poc/form-experiments/FormikAntFormItem":["static/chunks/pages/poc/form-experiments/FormikAntFormItem-018df38b7cd77fdb.js"],"/poc/form-experiments/FormikControlled":["static/chunks/pages/poc/form-experiments/FormikControlled-6ca9099d03aab817.js"],"/poc/form-experiments/FormikField":["static/chunks/pages/poc/form-experiments/FormikField-0f2c90786ea005a4.js"],"/poc/form-experiments/FormikSpreadField":[V,"static/chunks/pages/poc/form-experiments/FormikSpreadField-af097d661f6abcf4.js"],"/poc/forms":[V,"static/chunks/pages/poc/forms-200b51a725f8b2d1.js"],"/poc/table-migration":[r,j,"static/chunks/pages/poc/table-migration-329333a88f3826eb.js"],"/privacy-requests":[s,e,"static/chunks/3550-d04125c828d591a1.js",W,"static/chunks/pages/privacy-requests-1eeb320867dbebf4.js"],"/privacy-requests/configure":["static/chunks/pages/privacy-requests/configure-8f577df28ebca869.js"],"/privacy-requests/configure/storage":[s,"static/chunks/pages/privacy-requests/configure/storage-648d775d0fce49dc.js"],"/privacy-requests/[id]":[s,W,"static/css/073713cd1eddda79.css","static/chunks/pages/privacy-requests/[id]-f8e3f63bea43db3b.js"],"/properties":[b,D,"static/chunks/pages/properties-08472b2a6bf1d392.js"],"/properties/add-property":[b,X,"static/chunks/pages/properties/add-property-8964c2300206bc89.js"],"/properties/[id]":[b,X,"static/chunks/pages/properties/[id]-57a75c7e9659271a.js"],"/reporting/datamap":[s,e,t,a,K,f,_,G,"static/chunks/pages/reporting/datamap-5b423687e227ad4d.js"],"/settings/about":[Y,"static/chunks/pages/settings/about-6c4904c157477285.js"],"/settings/about/alpha":[Y,"static/chunks/pages/settings/about/alpha-68eaac2d79133679.js"],"/settings/consent":["static/chunks/pages/settings/consent-1ae1257f5b388924.js"],"/settings/consent/[configuration_id]/[purpose_id]":["static/chunks/pages/settings/consent/[configuration_id]/[purpose_id]-f3e6e74e0efb005c.js"],"/settings/custom-fields":[s,"static/chunks/pages/settings/custom-fields-c2f1376aca192114.js"],"/settings/domain-records":["static/chunks/pages/settings/domain-records-586505df9d853f1f.js"],"/settings/domains":["static/chunks/pages/settings/domains-a3275554ffe8e640.js"],"/settings/email-templates":["static/chunks/pages/settings/email-templates-604790638c656fbd.js"],"/settings/locations":[Z,F,"static/chunks/pages/settings/locations-be2a885150adc133.js"],"/settings/messaging-providers":[s,U,"static/chunks/pages/settings/messaging-providers-8d92be437793c96f.js"],"/settings/messaging-providers/new":[s,e,t,d,$,U,ss,"static/chunks/pages/settings/messaging-providers/new-af1471bf4571d5d3.js"],"/settings/messaging-providers/[key]":[s,e,t,d,$,U,ss,"static/chunks/pages/settings/messaging-providers/[key]-8df31428446a6a96.js"],"/settings/organization":["static/chunks/pages/settings/organization-3c86162afe9759df.js"],"/settings/privacy-requests":[s,"static/chunks/pages/settings/privacy-requests-8cbdfd08e0fa88fb.js"],"/settings/regulations":[Z,F,"static/chunks/pages/settings/regulations-4fe3b90747d885e5.js"],"/systems":[s,e,t,a,"static/chunks/1896-49010da5c2705fc5.js",_,"static/chunks/pages/systems-916238dcc0596957.js"],"/systems/configure/[id]":[s,e,t,a,n,u,c,i,r,f,m,l,N,A,"static/chunks/pages/systems/configure/[id]-589952aa1a31c33d.js"],"/systems/configure/[id]/test-datasets":[p,"static/chunks/pages/systems/configure/[id]/test-datasets-2deb6becece69d46.js"],"/taxonomy":["static/chunks/678d4732-50255cc09048e643.js",s,e,t,a,d,"static/chunks/6148-59a59d5c5925344f.js",_,"static/css/34a7eb08b86ddb57.css","static/chunks/pages/taxonomy-616f5a7cbb99e46d.js"],"/user-management":[w,"static/chunks/pages/user-management-562624e5461083ec.js"],"/user-management/new":[w,se,"static/chunks/pages/user-management/new-629c88e90699369b.js"],"/user-management/profile/[id]":[w,se,"static/chunks/pages/user-management/profile/[id]-98f737e735eaa0f0.js"],sortedPages:["/","/404","/_app","/_error","/add-systems","/add-systems/manual","/add-systems/multiple","/consent","/consent/configure","/consent/configure/add-vendors","/consent/privacy-experience","/consent/privacy-experience/new","/consent/privacy-experience/[id]","/consent/privacy-notices","/consent/privacy-notices/new","/consent/privacy-notices/[id]","/consent/properties","/consent/reporting","/data-catalog","/data-catalog/[systemId]/projects","/data-catalog/[systemId]/projects/[projectUrn]","/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]","/data-catalog/[systemId]/resources","/data-catalog/[systemId]/resources/[resourceUrn]","/data-discovery/action-center","/data-discovery/action-center/[monitorId]","/data-discovery/action-center/[monitorId]/[systemId]","/data-discovery/activity","/data-discovery/detection","/data-discovery/detection/[resourceUrn]","/data-discovery/discovery","/data-discovery/discovery/[resourceUrn]","/datamap","/dataset","/dataset/new","/dataset/[datasetId]","/dataset/[datasetId]/[collectionName]","/dataset/[datasetId]/[collectionName]/[...subfieldNames]","/datastore-connection","/datastore-connection/new","/datastore-connection/[id]","/fides-js-docs","/integrations","/integrations/[id]","/login","/login/[provider]","/messaging","/messaging/add-template","/messaging/[id]","/poc/ant-components","/poc/form-experiments/AntForm","/poc/form-experiments/FormikAntFormItem","/poc/form-experiments/FormikControlled","/poc/form-experiments/FormikField","/poc/form-experiments/FormikSpreadField","/poc/forms","/poc/table-migration","/privacy-requests","/privacy-requests/configure","/privacy-requests/configure/storage","/privacy-requests/[id]","/properties","/properties/add-property","/properties/[id]","/reporting/datamap","/settings/about","/settings/about/alpha","/settings/consent","/settings/consent/[configuration_id]/[purpose_id]","/settings/custom-fields","/settings/domain-records","/settings/domains","/settings/email-templates","/settings/locations","/settings/messaging-providers","/settings/messaging-providers/new","/settings/messaging-providers/[key]","/settings/organization","/settings/privacy-requests","/settings/regulations","/systems","/systems/configure/[id]","/systems/configure/[id]/test-datasets","/taxonomy","/user-management","/user-management/new","/user-management/profile/[id]"]}}("static/chunks/431-78bf05f35d7eec4f.js","static/chunks/8765-f622a35b40a7ec63.js","static/chunks/9278-08cc704317fe535e.js","static/chunks/5163-e682273cd76a7d07.js","static/chunks/409-c1256ecda1b15db6.js","static/chunks/699-8ca44b0de9fa20f0.js","static/chunks/7045-f15044a4d4525946.js","static/chunks/3662-f6a1ddca5ee42076.js","static/css/d2d4e9a6923e6730.css","static/chunks/401-ffe4e8436e1eceb9.js","static/chunks/6527-0eed08abe252a918.js","static/chunks/8002-ed832921ad190832.js","static/chunks/5277-e8a036319456127f.js","static/chunks/9951-651d521d9a02b6df.js","static/chunks/6416-0ccadfefcdad00cc.js","static/chunks/3923-a551756b413367ea.js","static/chunks/6419-d0c00d661b01f8fa.js","static/chunks/6084-dc473a58c3e2889b.js","static/chunks/2040-fdecc41a18e40bdc.js","static/chunks/5574-c31ea831371610d5.js","static/chunks/3585-451504ea5ed7a1ea.js","static/chunks/6882-10296485ec326e6b.js","static/chunks/7725-fdc4298dfbea6f80.js","static/css/10994e916bc9a00a.css","static/chunks/9226-4a7027057f55ca2a.js","static/chunks/4718-6585c97c26647e65.js","static/chunks/502-d3ecae97b67befbd.js","static/chunks/7476-d055aa931da47ac0.js","static/css/972dc7eef106ee7c.css","static/chunks/3700-865408b36fbee782.js","static/css/304c6f148886a8d4.css","static/chunks/796-876998c86754da97.js","static/chunks/6853-7004a8c420b1ca02.js","static/chunks/1817-dbde9966025d7970.js","static/chunks/6954-4b24e1731c1cc3b3.js","static/chunks/5783-8f5713517ebc35f3.js","static/chunks/3872-04d3afbfa41a7782.js","static/chunks/3855-12ee1dfbbe47fd28.js","static/chunks/7929-0fd0d4948bc8d70e.js","static/chunks/5309-3b6cf0cc9d0c6a83.js","static/chunks/9046-2a332fe338535c84.js","static/chunks/504-afd3588f1908ac33.js","static/chunks/1467-8808ec8836e033f9.js","static/chunks/4608-a9941d0c236ebca1.js","static/chunks/9187-7438242f0d380bb0.js","static/chunks/1316-2606e19807c08aa5.js","static/chunks/155-047c3806cc41295e.js","static/chunks/7630-d0d3a0fe3f95e971.js","static/chunks/2921-66f65496c3a09316.js","static/chunks/4558-de5ced790b3380dc.js","static/chunks/5185-51eaa78e3ed6bfb7.js","static/chunks/1115-90baef2a89f361ad.js","static/chunks/9826-ccedc28e978ca9e1.js","static/chunks/9037-453224ba3ee65b13.js","static/chunks/7158-04745cc8d684b2e7.js","static/chunks/3696-90c8b336bbc46782.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
1
|
+
self.__BUILD_MANIFEST=function(s,e,t,a,c,n,i,d,o,r,p,g,f,u,m,j,k,b,h,y,l,v,I,F,x,_,U,w,q,N,A,S,B,C,z,D,E,L,M,T,P,G,H,J,K,O,Q,R,V,W,X,Y,Z,$,ss,se){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[q,"static/chunks/pages/index-269b8f81546dad66.js"],"/404":["static/chunks/pages/404-2eb8aed4939f1142.js"],"/_error":["static/chunks/pages/_error-bede3a8288930dcf.js"],"/add-systems":[s,q,"static/chunks/pages/add-systems-f90aa48500c1cbde.js"],"/add-systems/manual":[s,e,t,a,n,f,c,i,r,u,m,l,N,A,"static/chunks/pages/add-systems/manual-939253f8daf349b2.js"],"/add-systems/multiple":[r,j,S,"static/chunks/pages/add-systems/multiple-83ed7da0bb90b0a5.js"],"/consent":["static/chunks/pages/consent-e5a33654a2dfaf35.js"],"/consent/configure":[r,j,"static/chunks/pages/consent/configure-c0db068d1863222f.js"],"/consent/configure/add-vendors":[r,j,S,"static/chunks/pages/consent/configure/add-vendors-46b88bda3d7b15c5.js"],"/consent/privacy-experience":[f,B,"static/chunks/pages/consent/privacy-experience-92a337ee96845af2.js"],"/consent/privacy-experience/new":[e,d,k,b,C,"static/chunks/pages/consent/privacy-experience/new-e74cb5ea87f15b40.js"],"/consent/privacy-experience/[id]":[e,d,k,b,C,"static/chunks/pages/consent/privacy-experience/[id]-fd41ffaff543e05a.js"],"/consent/privacy-notices":[B,"static/chunks/pages/consent/privacy-notices-59a8aff5935482ec.js"],"/consent/privacy-notices/new":[e,d,k,b,z,"static/chunks/pages/consent/privacy-notices/new-2987e397445713c5.js"],"/consent/privacy-notices/[id]":[e,d,k,b,z,"static/chunks/pages/consent/privacy-notices/[id]-1fd2cda8707314f6.js"],"/consent/properties":[h,D,"static/chunks/pages/consent/properties-069f4e3ee96ebf77.js"],"/consent/reporting":[s,"static/chunks/2150-930ffaf2c4718edc.js","static/chunks/pages/consent/reporting-ae4909cad9b67822.js"],"/data-catalog":[e,t,a,c,"static/css/95ac327e5d70148d.css","static/chunks/pages/data-catalog-351caadeef03876a.js"],"/data-catalog/[systemId]/projects":[e,t,a,c,v,o,"static/chunks/pages/data-catalog/[systemId]/projects-be7b385073f22414.js"],"/data-catalog/[systemId]/projects/[projectUrn]":[E,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]-6a4b0d49dcbf17a8.js"],"/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]":[s,e,t,a,c,v,L,o,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]-293c1f2d9aefb447.js"],"/data-catalog/[systemId]/resources":[E,"static/chunks/pages/data-catalog/[systemId]/resources-af80fdca3bbdc82f.js"],"/data-catalog/[systemId]/resources/[resourceUrn]":[s,e,t,a,c,v,L,o,"static/chunks/pages/data-catalog/[systemId]/resources/[resourceUrn]-18501152fa1e4f40.js"],"/data-discovery/action-center":[I,"static/chunks/pages/data-discovery/action-center-1554afcb8b9da2ab.js"],"/data-discovery/action-center/[monitorId]":[s,e,t,a,i,I,M,F,"static/chunks/pages/data-discovery/action-center/[monitorId]-e8ec4080d9a3e22f.js"],"/data-discovery/action-center/[monitorId]/[systemId]":[s,e,t,a,i,r,l,I,M,"static/css/23cf870196941c9a.css","static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-b0e3f1886de28d66.js"],"/data-discovery/activity":[s,g,"static/chunks/pages/data-discovery/activity-2635ef588bf06145.js"],"/data-discovery/detection":[s,i,g,T,"static/chunks/pages/data-discovery/detection-a780390da99f3e43.js"],"/data-discovery/detection/[resourceUrn]":[s,i,g,T,"static/chunks/pages/data-discovery/detection/[resourceUrn]-0497f3ffdb632516.js"],"/data-discovery/discovery":[s,e,t,a,c,i,g,P,o,"static/chunks/pages/data-discovery/discovery-0cea22af5929c81f.js"],"/data-discovery/discovery/[resourceUrn]":[s,e,t,a,c,i,g,P,o,"static/chunks/pages/data-discovery/discovery/[resourceUrn]-1901c26cdde820da.js"],"/datamap":[s,a,"static/chunks/255-1bc0cbef7a59cdc6.js",u,G,"static/chunks/pages/datamap-619f27c745188adb.js"],"/dataset":[p,y,"static/chunks/pages/dataset-d6d7ee8bd8858a8a.js"],"/dataset/new":[s,p,y,"static/chunks/pages/dataset/new-78e052c8f95110c4.js"],"/dataset/[datasetId]":["static/chunks/9729-fcf6ff4e3534e4a8.js",x,"static/chunks/pages/dataset/[datasetId]-cb63db8594fe8dc1.js"],"/dataset/[datasetId]/[collectionName]":[e,t,a,n,c,x,o,"static/chunks/pages/dataset/[datasetId]/[collectionName]-d790553662caf5c3.js"],"/dataset/[datasetId]/[collectionName]/[...subfieldNames]":[e,t,a,n,c,x,o,"static/chunks/pages/dataset/[datasetId]/[collectionName]/[...subfieldNames]-ef71f387fbbab425.js"],"/datastore-connection":["static/css/5f393dea1c0d031c.css","static/chunks/pages/datastore-connection-a832084ce294f8af.js"],"/datastore-connection/new":[s,e,n,p,f,H,y,J,"static/chunks/pages/datastore-connection/new-4c9fb068a5561658.js"],"/datastore-connection/[id]":[s,e,n,p,H,y,J,"static/chunks/pages/datastore-connection/[id]-cc149157d290a94d.js"],"/fides-js-docs":["static/chunks/2fbcc6de-a6c61724c327e9fa.js","static/chunks/e3251fe7-5777b5d778e6fffa.js",e,t,a,n,p,"static/chunks/5619-9b50cec521203989.js",K,"static/css/0b4b1b65cc874774.css","static/chunks/5596-29a7c8322530b7cf.js","static/chunks/pages/fides-js-docs-1f4335dca5c09860.js"],"/integrations":[s,e,t,a,n,d,O,m,Q,o,"static/chunks/pages/integrations-6f109ef64304ef59.js"],"/integrations/[id]":[s,e,t,a,n,d,O,i,m,Q,o,"static/chunks/pages/integrations/[id]-8b13bb5f7bee61c6.js"],"/login":["static/chunks/pages/login-0cb0eb44bf2dd24c.js"],"/login/[provider]":["static/chunks/pages/login/[provider]-c58beef131c3a82d.js"],"/messaging":[e,t,"static/chunks/346-aa3b88efb85f2e28.js","static/chunks/pages/messaging-3f15804cf9625f01.js"],"/messaging/add-template":[R,"static/chunks/pages/messaging/add-template-0e0c06e3c8aabe02.js"],"/messaging/[id]":[R,"static/chunks/pages/messaging/[id]-d8c5c03fb2f31d65.js"],"/poc/ant-components":["static/chunks/pages/poc/ant-components-248ad9f65a872442.js"],"/poc/form-experiments/AntForm":["static/chunks/pages/poc/form-experiments/AntForm-aedb66a62042b10a.js"],"/poc/form-experiments/FormikAntFormItem":["static/chunks/pages/poc/form-experiments/FormikAntFormItem-018df38b7cd77fdb.js"],"/poc/form-experiments/FormikControlled":["static/chunks/pages/poc/form-experiments/FormikControlled-6ca9099d03aab817.js"],"/poc/form-experiments/FormikField":["static/chunks/pages/poc/form-experiments/FormikField-0f2c90786ea005a4.js"],"/poc/form-experiments/FormikSpreadField":[V,"static/chunks/pages/poc/form-experiments/FormikSpreadField-af097d661f6abcf4.js"],"/poc/forms":[V,"static/chunks/pages/poc/forms-200b51a725f8b2d1.js"],"/poc/table-migration":[r,j,"static/chunks/pages/poc/table-migration-e551fccfcaae76e7.js"],"/privacy-requests":[s,e,"static/chunks/3550-d04125c828d591a1.js",W,"static/chunks/pages/privacy-requests-2c82cf73d20416f2.js"],"/privacy-requests/configure":["static/chunks/pages/privacy-requests/configure-b00532a0ad4f6927.js"],"/privacy-requests/configure/storage":[s,"static/chunks/pages/privacy-requests/configure/storage-1b38b656807ed0cd.js"],"/privacy-requests/[id]":[s,W,"static/css/073713cd1eddda79.css","static/chunks/pages/privacy-requests/[id]-8566e3b7b2a632fa.js"],"/properties":[h,D,"static/chunks/pages/properties-08472b2a6bf1d392.js"],"/properties/add-property":[h,X,"static/chunks/pages/properties/add-property-777ed2d73812043d.js"],"/properties/[id]":[h,X,"static/chunks/pages/properties/[id]-322a01e2bceab3fb.js"],"/reporting/datamap":[s,e,t,a,K,u,_,G,"static/chunks/pages/reporting/datamap-5b423687e227ad4d.js"],"/settings/about":[Y,"static/chunks/pages/settings/about-6c4904c157477285.js"],"/settings/about/alpha":[Y,"static/chunks/pages/settings/about/alpha-68eaac2d79133679.js"],"/settings/consent":["static/chunks/pages/settings/consent-55e36839d219a503.js"],"/settings/consent/[configuration_id]/[purpose_id]":["static/chunks/pages/settings/consent/[configuration_id]/[purpose_id]-f3e6e74e0efb005c.js"],"/settings/custom-fields":[s,"static/chunks/pages/settings/custom-fields-26ce8fc493993765.js"],"/settings/domain-records":["static/chunks/pages/settings/domain-records-7ddf9d992fe714a6.js"],"/settings/domains":["static/chunks/pages/settings/domains-7c78ae51f0dd7102.js"],"/settings/email-templates":["static/chunks/pages/settings/email-templates-05ffbda19ab894b9.js"],"/settings/locations":[Z,F,"static/chunks/pages/settings/locations-77fb85bdd0be42b5.js"],"/settings/messaging-providers":[s,U,"static/chunks/pages/settings/messaging-providers-6c51ffd46bb598e7.js"],"/settings/messaging-providers/new":[s,e,t,d,$,U,ss,"static/chunks/pages/settings/messaging-providers/new-084f9756b9987285.js"],"/settings/messaging-providers/[key]":[s,e,t,d,$,U,ss,"static/chunks/pages/settings/messaging-providers/[key]-b0d93bf478bf63ee.js"],"/settings/organization":["static/chunks/pages/settings/organization-44456bfe54ac4ad5.js"],"/settings/privacy-requests":[s,"static/chunks/pages/settings/privacy-requests-fbe7e8030d837aed.js"],"/settings/regulations":[Z,F,"static/chunks/pages/settings/regulations-2866ac99faa5a542.js"],"/systems":[s,e,t,a,"static/chunks/1896-49010da5c2705fc5.js",_,"static/chunks/pages/systems-d266cc062b56beb2.js"],"/systems/configure/[id]":[s,e,t,a,n,f,c,i,r,u,m,l,N,A,"static/chunks/pages/systems/configure/[id]-1895c6a13b543436.js"],"/systems/configure/[id]/test-datasets":[p,"static/chunks/pages/systems/configure/[id]/test-datasets-a86bafe1b4e1205f.js"],"/taxonomy":["static/chunks/678d4732-50255cc09048e643.js",s,e,t,a,d,"static/chunks/6148-59a59d5c5925344f.js",_,"static/css/34a7eb08b86ddb57.css","static/chunks/pages/taxonomy-07848c232d960f6a.js"],"/user-management":[w,"static/chunks/pages/user-management-82fcf1151e2fe2ba.js"],"/user-management/new":[w,se,"static/chunks/pages/user-management/new-6304dad2c5fab694.js"],"/user-management/profile/[id]":[w,se,"static/chunks/pages/user-management/profile/[id]-ff4711db191099cd.js"],sortedPages:["/","/404","/_app","/_error","/add-systems","/add-systems/manual","/add-systems/multiple","/consent","/consent/configure","/consent/configure/add-vendors","/consent/privacy-experience","/consent/privacy-experience/new","/consent/privacy-experience/[id]","/consent/privacy-notices","/consent/privacy-notices/new","/consent/privacy-notices/[id]","/consent/properties","/consent/reporting","/data-catalog","/data-catalog/[systemId]/projects","/data-catalog/[systemId]/projects/[projectUrn]","/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]","/data-catalog/[systemId]/resources","/data-catalog/[systemId]/resources/[resourceUrn]","/data-discovery/action-center","/data-discovery/action-center/[monitorId]","/data-discovery/action-center/[monitorId]/[systemId]","/data-discovery/activity","/data-discovery/detection","/data-discovery/detection/[resourceUrn]","/data-discovery/discovery","/data-discovery/discovery/[resourceUrn]","/datamap","/dataset","/dataset/new","/dataset/[datasetId]","/dataset/[datasetId]/[collectionName]","/dataset/[datasetId]/[collectionName]/[...subfieldNames]","/datastore-connection","/datastore-connection/new","/datastore-connection/[id]","/fides-js-docs","/integrations","/integrations/[id]","/login","/login/[provider]","/messaging","/messaging/add-template","/messaging/[id]","/poc/ant-components","/poc/form-experiments/AntForm","/poc/form-experiments/FormikAntFormItem","/poc/form-experiments/FormikControlled","/poc/form-experiments/FormikField","/poc/form-experiments/FormikSpreadField","/poc/forms","/poc/table-migration","/privacy-requests","/privacy-requests/configure","/privacy-requests/configure/storage","/privacy-requests/[id]","/properties","/properties/add-property","/properties/[id]","/reporting/datamap","/settings/about","/settings/about/alpha","/settings/consent","/settings/consent/[configuration_id]/[purpose_id]","/settings/custom-fields","/settings/domain-records","/settings/domains","/settings/email-templates","/settings/locations","/settings/messaging-providers","/settings/messaging-providers/new","/settings/messaging-providers/[key]","/settings/organization","/settings/privacy-requests","/settings/regulations","/systems","/systems/configure/[id]","/systems/configure/[id]/test-datasets","/taxonomy","/user-management","/user-management/new","/user-management/profile/[id]"]}}("static/chunks/431-78bf05f35d7eec4f.js","static/chunks/8765-f622a35b40a7ec63.js","static/chunks/9278-08cc704317fe535e.js","static/chunks/5163-e682273cd76a7d07.js","static/chunks/409-c1256ecda1b15db6.js","static/chunks/699-8ca44b0de9fa20f0.js","static/chunks/7045-f15044a4d4525946.js","static/chunks/3662-f6a1ddca5ee42076.js","static/css/d2d4e9a6923e6730.css","static/chunks/401-ffe4e8436e1eceb9.js","static/chunks/6527-0eed08abe252a918.js","static/chunks/8002-25fd174aec9b077b.js","static/chunks/5277-e8a036319456127f.js","static/chunks/9951-651d521d9a02b6df.js","static/chunks/6416-264aadc6b336ee0a.js","static/chunks/3923-a551756b413367ea.js","static/chunks/6419-d0c00d661b01f8fa.js","static/chunks/6084-2cd165179c428a6f.js","static/chunks/2040-ab6212a3074f34f9.js","static/chunks/5574-b8c4cba5a6938c00.js","static/chunks/3585-451504ea5ed7a1ea.js","static/chunks/6882-447f15e87b8c48a5.js","static/chunks/7725-dd6736855807936a.js","static/css/10994e916bc9a00a.css","static/chunks/9226-2f960b7ca530642a.js","static/chunks/4718-6585c97c26647e65.js","static/chunks/502-a40d39e615f7b664.js","static/chunks/7476-0b6e114658b15eaa.js","static/css/972dc7eef106ee7c.css","static/chunks/3700-dc3f05d21e2a5ff6.js","static/css/304c6f148886a8d4.css","static/chunks/796-e07ac2c543f569e3.js","static/chunks/6853-7004a8c420b1ca02.js","static/chunks/1817-ee9e29a6b8c4af50.js","static/chunks/6954-599f2de2c902e9b2.js","static/chunks/5783-8de76df87af55e98.js","static/chunks/3872-3514b712afd683c0.js","static/chunks/3855-12ee1dfbbe47fd28.js","static/chunks/7929-0fd0d4948bc8d70e.js","static/chunks/5309-3b6cf0cc9d0c6a83.js","static/chunks/9046-2a332fe338535c84.js","static/chunks/504-afd3588f1908ac33.js","static/chunks/1467-8808ec8836e033f9.js","static/chunks/4608-b22905c65f61db15.js","static/chunks/9187-7438242f0d380bb0.js","static/chunks/1316-2606e19807c08aa5.js","static/chunks/155-88303b05c6e115a5.js","static/chunks/7630-e7ea13be69c118a1.js","static/chunks/2921-66f65496c3a09316.js","static/chunks/4558-de5ced790b3380dc.js","static/chunks/5185-33f50cf9ae17b42e.js","static/chunks/1115-7888473b3dc28cda.js","static/chunks/9826-c02be5882205bbbc.js","static/chunks/9037-453224ba3ee65b13.js","static/chunks/7158-835ba42fd881d8dd.js","static/chunks/3696-c25dc8d1b0e1aee1.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[155],{18225:function(e,t,s){"use strict";var a=s(24246),i=s(96306);t.Z=e=>{let{alignment:t="center",...s}=e;return(0,a.jsx)(i.kCb,{boxSize:"full",align:"center",justify:t,children:(0,a.jsx)(i.$jN,{color:"primary",...s})})}},58754:function(e,t,s){"use strict";var a=s(24246),i=s(96306),n=s(70788);t.Z=e=>{let{heading:t,breadcrumbItems:s,isSticky:r=!0,children:o,rightContent:c,style:d,...l}=e;return(0,a.jsxs)("div",{...l,style:r?{position:"sticky",top:"-24px",paddingTop:"24px",paddingBottom:"24px",paddingLeft:"40px",marginLeft:"-40px",paddingRight:"40px",marginRight:"-40px",marginTop:"-24px",left:0,zIndex:20,backgroundColor:"white",...d}:{paddingBottom:"24px",...d},children:[(0,a.jsxs)(i.jqI,{justify:"space-between",children:["string"==typeof t?(0,a.jsx)(i.lQT,{className:s||o?"pb-4":void 0,level:1,"data-testid":"page-heading",children:t}):t,c&&(0,a.jsx)("div",{"data-testid":"page-header-right-content",children:c})]}),!!s&&(0,a.jsx)(n.m,{className:o?"pb-4":void 0,items:s,"data-testid":"page-breadcrumb"}),o]})}},79789:function(e,t,s){"use strict";s.d(t,{Hn:function(){return o},XU:function(){return r},Z5:function(){return c},aG:function(){return h},cB:function(){return n},hX:function(){return l},vQ:function(){return d}});var a=s(24246),i=s(96306);let n=e=>{let{text:t,...s}=e;return(0,a.jsx)(i.X6q,{fontSize:"sm",mt:4,mb:1,...s,children:t})},r=e=>{let{children:t}=e;return(0,a.jsx)(i.xvT,{fontSize:"14px",mb:4,children:t})},o=e=>{let{children:t,href:s}=e;return(0,a.jsx)(i.rUS,{href:s,textDecoration:"underline",isExternal:!0,children:t})},c=e=>{let{children:t}=e;return(0,a.jsx)(i.QI$,{fontSize:"14px",mb:4,children:t})},d=e=>{let{children:t}=e;return(0,a.jsx)(i.GSI,{fontSize:"14px",mb:4,ml:6,children:t})},l=e=>{let{children:t}=e;return(0,a.jsx)(i.EKh,{display:"block",whiteSpace:"pre",p:4,mb:4,overflowX:"scroll",children:t})},h=e=>{let{data:t}=e;return(0,a.jsxs)(i.iA_,{fontSize:"14px",children:[(0,a.jsx)(i.hrZ,{children:(0,a.jsxs)(i.Tr,{children:[(0,a.jsx)(i.Th,{children:"Permission"}),(0,a.jsx)(i.Th,{children:"Description"})]})}),(0,a.jsx)(i.p3B,{children:t.map(e=>(0,a.jsxs)(i.Tr,{children:[(0,a.jsx)(i.Td,{children:(0,a.jsx)(i.Vp9,{children:e.permission})}),(0,a.jsx)(i.Td,{children:e.description})]},e.permission))})]})}},12627:function(e,t,s){"use strict";var a=s(24246),i=s(79283),n=s(34929);t.Z=e=>{let{selectedTaxonomies:t,showDisabled:s=!1,...r}=e,{getDataCategoryDisplayNameProps:o,getDataCategories:c}=(0,n.Z)(),d=(s?c():c().filter(e=>e.active)).filter(e=>!(null==t?void 0:t.includes(e.fides_key))).map(e=>{let{name:t,primaryName:s}=o(e.fides_key);return{value:e.fides_key,name:t,primaryName:s,description:e.description||""}});return(0,a.jsx)(i.l,{options:d,...r})}},79283:function(e,t,s){"use strict";s.d(t,{l:function(){return c}});var a=s(24246),i=s(96306),n=s(72707),r=s.n(n);let o=e=>{let{data:{formattedTitle:t,description:s,name:n,primaryName:r}}=e;return(0,a.jsxs)(i.jqI,{gap:12,title:"".concat(t," - ").concat(s),children:[(0,a.jsxs)("div",{children:[(0,a.jsx)("strong",{children:r||n}),r&&": ".concat(n)]}),(0,a.jsx)("em",{children:s})]})},c=e=>{let{options:t,...s}=e,n=null==t?void 0:t.map(e=>({...e,className:r().option,formattedTitle:[e.primaryName,e.name].filter(e=>e).join(": ")}));return(0,a.jsx)(i.WPr,{options:n,filterOption:(e,t)=>(null==t?void 0:t.formattedTitle.toLowerCase().includes(e.toLowerCase()))||(null==t?void 0:t.value.toLowerCase().includes(e.toLowerCase()))||!1,optionFilterProp:"label",autoFocus:!0,variant:"borderless",optionRender:o,styles:{popup:{root:{minWidth:"500px"}}},className:"w-full p-0","data-testid":"taxonomy-select",...s})}},97181:function(e,t,s){"use strict";s.d(t,{d:function(){return d}});var a=s(24246),i=s(96306),n=s(34090),r=s(27378),o=s(46238),c=s(40324);let d=e=>{let{name:t,label:s,labelProps:d,tooltip:l,isRequired:h,layout:u="inline",helperText:m,...x}=e,[p,g,{setValue:j}]=(0,n.U$)(t),y=!!(g.touched&&g.error),[v,f]=(0,r.useState)("");p.value||"tags"!==x.mode&&"multiple"!==x.mode||(p.value=[]),"tags"===x.mode&&"string"==typeof p.value&&(p.value=[p.value]);let C="tags"===x.mode?(e,t)=>e?e.value!==v||p.value.includes(v)?x.optionRender?x.optionRender(e,t):e.label:'Create "'.concat(v,'"'):void 0:x.optionRender||void 0,S=e=>{f(e),x.onSearch&&x.onSearch(e)},A=(e,t)=>{j(e),x.onChange&&x.onChange(e,t)};return"inline"===u?(0,a.jsx)(i.NIc,{isInvalid:y,isRequired:h,children:(0,a.jsxs)(i.rjZ,{templateColumns:s?"1fr 3fr":"1fr",children:[s?(0,a.jsx)(c.__,{htmlFor:x.id||t,...d,children:s}):null,(0,a.jsxs)(i.jqI,{align:"center",children:[(0,a.jsxs)(i.jqI,{vertical:!0,flex:1,className:"mr-2",children:[(0,a.jsx)(i.WPr,{...p,id:x.id||t,"data-testid":"controlled-select-".concat(p.name),...x,optionRender:C,onSearch:"tags"===x.mode?S:void 0,onChange:A,value:p.value||void 0,status:y?"error":void 0}),m&&(0,a.jsx)(i.Q6r,{children:m}),(0,a.jsx)(c.Bc,{isInvalid:y,message:g.error,fieldName:p.name})]}),(0,a.jsx)(o.b,{label:l,className:y?"mt-2 self-start":void 0})]})]})}):(0,a.jsx)(i.NIc,{isInvalid:y,isRequired:h,children:(0,a.jsxs)(i.gCW,{alignItems:"start",children:[(0,a.jsxs)(i.jqI,{align:"center",children:[s?(0,a.jsx)(c.__,{htmlFor:x.id||t,fontSize:"xs",my:0,mr:1,...d,children:s}):null,(0,a.jsx)(o.b,{label:l})]}),(0,a.jsx)(i.WPr,{...p,id:x.id||t,"data-testid":"controlled-select-".concat(p.name),...x,optionRender:C,onSearch:"tags"===x.mode?S:void 0,onChange:A,value:p.value||void 0,status:y?"error":void 0}),m&&(0,a.jsx)(i.Q6r,{style:{marginTop:0},children:m}),(0,a.jsx)(c.Bc,{isInvalid:y,message:g.error,fieldName:p.name})]})})}},34929:function(e,t,s){"use strict";var a=s(24246),i=s(64925),n=s.n(i),r=s(27378),o=s(16134),c=s(30002),d=s(28079),l=s(57072);let h=()=>{let{isLoading:e}=(0,d.fd)(),t=(0,o.C)(d.U3),{isLoading:s}=(0,l.MO)(),a=(0,o.C)(l.qb),{isLoading:i}=(0,c.te)();return{dataUses:t,dataSubjects:(0,o.C)(c.ZL),dataCategories:a,isLoading:e||s||i}};t.Z=()=>{let{dataUses:e,dataCategories:t,dataSubjects:s,isLoading:i}=h(),o=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return e.split(".").slice(0,t).join(".")},c=function(e,t){let s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,a=t(e);if(!a)return{};let i=t(o(e,s)),n=!!a.parent_key;return{name:a.name||void 0,primaryName:n&&(null==i?void 0:i.name)!==a.name&&(null==i?void 0:i.name)||void 0}},d=function(e,t){let s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,{name:i,primaryName:n}=c(e,t,s);return i?n?(0,a.jsxs)(r.Fragment,{children:[(0,a.jsxs)("strong",{children:[n,":"]})," ",i]},e):(0,a.jsx)("strong",{children:i},e):e},l=t=>n()(e,{fides_key:t}),u=e=>n()(t,{fides_key:e}),m=e=>n()(s,{fides_key:e});return{getDataUses:()=>e,getDataUseByKey:l,getDataUseDisplayName:e=>d(e,l,1),getDataUseDisplayNameProps:e=>c(e,l,1),getDataCategories:()=>t,getDataCategoryByKey:u,getDataCategoryDisplayName:e=>d(e,u,2),getDataCategoryDisplayNameProps:e=>c(e,u,2),getDataSubjects:()=>s,getDataSubjectByKey:m,getDataSubjectDisplayName:e=>{let t=m(e);return t?t.name:e},getPrimaryKey:o,isLoading:i}}},8133:function(e,t,s){"use strict";var a=s(24246),i=s(96306);t.Z=e=>{let{title:t,children:s,isOpen:n,onClose:r,modalContentProps:o,showCloseButton:c=!1,footer:d,...l}=e;return(0,a.jsxs)(i.u_l,{isOpen:n,onClose:r,isCentered:!0,scrollBehavior:"inside",size:"xl",id:"add-modal",...l,children:[(0,a.jsx)(i.ZAr,{}),(0,a.jsxs)(i.hzk,{textAlign:"left",p:0,"data-testid":"add-modal-content",...o,children:[c&&(0,a.jsx)(i.olH,{}),(0,a.jsx)(i.xBx,{p:0,children:(0,a.jsx)(i.xuv,{backgroundColor:"gray.50",px:6,py:4,border:"1px",borderColor:"gray.200",borderTopRadius:6,display:"flex",justifyContent:"space-between",alignItems:"center",children:(0,a.jsx)(i.X6q,{as:"h3",size:"sm",children:t})})}),(0,a.jsx)(i.fef,{pb:4,overflow:"auto",children:s}),d&&(0,a.jsx)(i.mzw,{children:d})]})]})}},90980:function(e,t,s){"use strict";s.d(t,{R:function(){return c}});var a=s(24246),i=s(96306),n=s(79894),r=s.n(n),o=s(63662);let c=e=>{let{onClick:t,...s}=e;return(0,a.jsxs)(i.kCb,{alignItems:"center",mt:-4,mb:3,onClick:t,cursor:"pointer",...s,children:[(0,a.jsx)(i.wpx,{"aria-label":"Back",icon:(0,a.jsx)(i.Rpv,{}),className:"mr-2",size:"small"}),(0,a.jsx)(i.xvT,{as:"a",fontSize:"sm",fontWeight:"500",children:"Back"})]})};t.Z=e=>{let{backPath:t,...s}=e,n=(0,o.useRouter)();return(0,a.jsxs)(i.kCb,{alignItems:"center",mb:6,...s,children:[(0,a.jsx)(i.wpx,{onClick:()=>n.push(t),"aria-label":"Back",icon:(0,a.jsx)(i.Rpv,{}),className:"mr-2",size:"small"}),(0,a.jsx)(i.xvT,{as:r(),href:t,fontSize:"sm",fontWeight:"500",children:"Back"})]})}},70788:function(e,t,s){"use strict";s.d(t,{m:function(){return d}});var a=s(24246),i=s(96306),n=s(79894),r=s.n(n),o=s(27378);let{Text:c}=i.AntTypography,d=e=>{let{items:t,...s}=e,n=(0,o.useMemo)(()=>null==t?void 0:t.map((e,s)=>{let n=s===t.length-1,o={...e},d=o.onClick&&!o.href;return("string"==typeof o.title&&(o.title=(0,a.jsx)(c,{style:{color:"inherit",maxWidth:n?void 0:400},ellipsis:!n,id:n?"breadcrumb-current-page":void 0,children:o.title})),d)?o.title=(0,a.jsx)(i.wpx,{type:"text",size:"small",icon:o.icon,onClick:o.onClick,className:"ant-breadcrumb-link -mt-px px-1 text-inherit",children:o.title}):(o.icon&&(o.title=(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("span",{className:"anticon align-text-bottom",children:o.icon}),o.title]})),o.href&&o.title&&(o.title=(0,a.jsx)(r(),{href:o.href,className:"ant-breadcrumb-link",children:o.title}),delete o.href)),o}),[t]);return(0,a.jsx)(i.zrq,{items:n,...s})}},15872:function(e,t,s){"use strict";var a=s(24246),i=s(96306),n=s(86677);s(27378);var r=s(77830),o=s(14207);t.Z=e=>{let{connection_key:t,showMenu:s}=e,{isOpen:c,onOpen:d,onClose:l}=(0,i.qY0)(),[h,u]=(0,o.R5)(),m=(0,n.useRouter)(),x=()=>{u.isLoading||l()};return(0,a.jsxs)(a.Fragment,{children:[s&&(0,a.jsx)(i.sNh,{_focus:{color:"complimentary.500",bg:"gray.100"},onClick:d,children:(0,a.jsx)(i.xvT,{fontSize:"sm",children:"Delete"})}),!s&&(0,a.jsx)(i.wpx,{onClick:d,children:"Delete integration"}),(0,a.jsxs)(i.u_l,{isCentered:!0,isOpen:c,onClose:x,children:[(0,a.jsx)(i.ZAr,{}),(0,a.jsxs)(i.hzk,{children:[(0,a.jsx)(i.xBx,{children:"Delete integration"}),(0,a.jsx)(i.olH,{}),(0,a.jsx)(i.fef,{pb:6,children:(0,a.jsx)(i.Kqy,{direction:"column",spacing:"15px",children:(0,a.jsx)(i.xvT,{color:"gray.600",fontSize:"sm",fontWeight:"sm",lineHeight:"20px",children:"Deleting an integration may impact any privacy request that is currently in progress. Do you wish to proceed?"})})}),(0,a.jsxs)(i.mzw,{className:"flex gap-4",children:[(0,a.jsx)(i.wpx,{onClick:x,className:"w-1/2",children:"Cancel"}),(0,a.jsx)(i.wpx,{onClick:()=>{t&&(h(t),s||m.push(r.KH))},loading:u.isLoading,type:"primary",className:"w-1/2",children:"Delete integration"})]})]})]})]})}},33335:function(e,t,s){"use strict";s.d(t,{E:function(){return a}});let a=e=>e.toLowerCase().replace(/[ .]/g,"_").replace(/[^a-zA-Z0-9_<>-]/g,"")},45216:function(e,t,s){"use strict";var a=s(96306),i=s(812),n=s(16394),r=s(14207);t.Z=e=>{let[t,{data:s,fulfilledTimeStamp:o,isLoading:c,isFetching:d}]=(0,r.h2)(),l=(0,a.pmc)();return{testConnection:async()=>{var s,a,n,r;if(!e)return;let o=await t(e.key);if(o.isError)l({status:"error",description:(0,i.e$)(o.error,"Unable to test connection. Please try again.")});else if((null===(s=o.data)||void 0===s?void 0:s.test_status)==="succeeded")l({status:"success",description:"Connected successfully"});else if((null===(a=o.data)||void 0===a?void 0:a.test_status)==="failed"){let e="Connection test failed.";(null===(n=o.data)||void 0===n?void 0:n.failure_reason)&&(e+=" ".concat(null===(r=o.data)||void 0===r?void 0:r.failure_reason)),l({status:"warning",description:e})}},isLoading:c||d,testData:{timestamp:o?(0,n.p6)(o):null==e?void 0:e.last_test_timestamp,succeeded:s?"succeeded"===s.test_status:!!(null==e?void 0:e.last_test_succeeded),authorized:!!(null==e?void 0:e.authorized),connectionKey:null==e?void 0:e.key}}}},41553:function(e,t,s){"use strict";var a=s(24246),i=s(96306),n=s(16394);t.Z=e=>{let{testData:t,connectionOption:s}=e;if((null==s?void 0:s.authorization_required)&&!t.authorized)return(0,a.jsx)(i.kCb,{align:"center","data-testid":"connection-status",children:(0,a.jsx)(i.xvT,{color:"error-text.900",children:"Authorization required"})});if(!t.timestamp)return(0,a.jsx)(i.xvT,{"data-testid":"connection-status",children:"Connection not tested"});let r=(0,n.p6)(t.timestamp);return t.succeeded?(0,a.jsxs)(i.kCb,{color:"success-text.900",align:"center","data-testid":"connection-status",children:[(0,a.jsx)(i.rE2,{mr:2,boxSize:4}),(0,a.jsxs)(i.xvT,{children:["Last connected ",r]})]}):(0,a.jsxs)(i.kCb,{color:"error-text.900",align:"center","data-testid":"connection-status",children:[(0,a.jsx)(i.iid,{mr:2,boxSize:4}),(0,a.jsxs)(i.xvT,{children:["Last connection failed ",r]})]})}},75595:function(e,t,s){"use strict";var a=s(24246),i=s(96306),n=s(17245),r=s(20682),o=s(41337),c=s(15872),d=s(45216),l=s(38187),h=s(41553),u=s(93633),m=s(80388),x=s(64176),p=s(35030);t.Z=e=>{var t,s;let{integration:g,integrationTypeInfo:j,showTestNotice:y,otherButtons:v,showDeleteButton:f,configureButtonLabel:C="Configure",onConfigureClick:S}=e,{testConnection:A,isLoading:b,testData:D}=(0,d.Z)(g),R=(0,n.pI)(g),{data:w}=(0,r.$I)({}),T=(null==w?void 0:w.items)||[],E=j||(0,l.ZP)(null==g?void 0:g.connection_type,null==g?void 0:null===(t=g.saas_config)||void 0===t?void 0:t.type,T),_=null==g?void 0:null===(s=g.saas_config)||void 0===s?void 0:s.type,k=(0,x.Z)(null==g?void 0:g.connection_type,_&&Object.values(m.m).includes(_)?_:void 0),{handleAuthorize:H,needsAuthorization:F}=(0,u.z)({connection:g,connectionOption:k,testData:D});return(0,a.jsxs)(i.xuv,{borderWidth:1,borderColor:"gray.200",borderRadius:"lg",overflow:"hidden",padding:"12px",marginBottom:"24px","data-testid":"integration-info-".concat(null==g?void 0:g.key),children:[(0,a.jsxs)(i.kCb,{children:[(0,a.jsx)(o.Z,{data:null!=R?R:"",boxSize:"50px"}),(0,a.jsxs)(i.kCb,{direction:"column",flexGrow:1,marginLeft:"16px",children:[(0,a.jsx)(i.xvT,{color:"gray.700",fontWeight:"semibold",children:(null==g?void 0:g.name)||"(No name)"}),y?(0,a.jsx)(h.Z,{testData:D,connectionOption:k}):(0,a.jsx)(i.xvT,{color:"gray.700",fontSize:"sm",fontWeight:"semibold",mt:1,children:(0,p.qS)(E.category)})]}),(0,a.jsxs)("div",{className:"flex gap-4",children:[f&&g&&(0,a.jsx)(c.Z,{showMenu:!1,connection_key:g.key}),y&&F&&(0,a.jsx)(i.wpx,{onClick:H,"data-testid":"authorize-integration-btn",children:"Authorize integration"}),y&&!F&&(0,a.jsx)(i.wpx,{onClick:A,loading:b,"data-testid":"test-connection-btn",children:"Test connection"}),v,S&&(0,a.jsx)(i.wpx,{onClick:S,"data-testid":"configure-btn",children:C})]})]}),(0,a.jsx)(i.Eq9,{marginTop:"16px",children:E.tags.map(e=>(0,a.jsx)(i.j8w,{children:e},e))})]})}},40774:function(e,t,s){"use strict";s.d(t,{Z:function(){return S}});var a,i,n=s(24246),r=s(96306),o=s(27378),c=s(87145),d=s(46381),l=s(12627),h=s(812),u=s(46238),m=s(90980),x=s(46628),p=s(11013),g=s(31883);let j={rules:[{regex:void 0,dataCategory:void 0}]};var y=e=>{var t,s,a;let{config:i,onBackClick:o}=e,[y]=r.PPS.useForm(),v=(0,r.pmc)(),[f,{isLoading:C}]=(0,p.$y)(),[S,{isLoading:A}]=(0,p.ww)(),b=e=>({name:e.name,description:e.description,classify_params:{context_regex_pattern_mapping:e.rules.map(e=>{let{regex:t,dataCategory:s}=e;return[t,s]})}}),D=(e,t)=>{(0,g.D4)(e)?v((0,x.Vo)((0,h.e$)(e.error,"A problem occurred"))):(v((0,x.t5)(t?"Monitor config created successfully":"Monitor config updated successfully")),o())},R=async e=>{let t=b(e);D(i?await S({...t,id:i.id}):await f(t),!i)},w=e=>{let{file:t}=e;if(!t)return;let s=new FileReader;s.onload=e=>{try{var t;let s=null===(t=e.target)||void 0===t?void 0:t.result,{data:a}=(0,d.parse)(s,{skipEmptyLines:!0,header:!1}),i=a.map(e=>{let[t,s]=e;return{regex:t,dataCategory:s}});y.setFieldValue("rules",i),v((0,x.t5)("CSV patterns imported successfully"))}catch(e){v((0,x.Vo)("Failed to parse CSV file"))}},s.readAsText(t)};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(m.R,{onClick:o,className:"pt-3"}),(0,n.jsx)(c.ZT.Title,{level:2,children:i?"Edit ".concat(i.name):"Create new configuration"}),(0,n.jsx)(c.ZT.Paragraph,{className:"mt-2",children:'Match regular expressions to data categories to customize classification. Use the "shared monitor configuration" field when editing monitors to apply this configuration.'}),(0,n.jsxs)(r.PPS,{name:"monitor-template",layout:"vertical",form:y,onFinish:R,className:"mt-4",initialValues:i?{...i,rules:null!==(a=null==i?void 0:null===(s=i.classify_params)||void 0===s?void 0:null===(t=s.context_regex_pattern_mapping)||void 0===t?void 0:t.map(e=>{let[t,s]=e;return{regex:t,dataCategory:s}}))&&void 0!==a?a:[]}:j,validateTrigger:["onBlur","onChange"],children:[(0,n.jsx)(r.bue,{children:(0,n.jsxs)(r.JGx,{span:24,children:[(0,n.jsx)(r.PPS.Item,{label:"Configuration name",name:"name",rules:[{required:!0,message:"Config name is required"}],"data-testid":"form-item-name",children:(0,n.jsx)(r.uFc,{autoFocus:!0,"data-testid":"input-name"})}),(0,n.jsx)(r.PPS.Item,{label:"Description",name:"description","data-testid":"form-item-description",children:(0,n.jsx)(r.uFc.TextArea,{"data-testid":"input-description"})})]})}),(0,n.jsx)(r.PPS.List,{name:"rules",rules:[{validator:(e,t)=>0===t.length?Promise.reject(Error("Please input at least one pattern")):Promise.resolve()}],children:(e,t,s)=>{let{add:a,remove:d}=t,{errors:h}=s;return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(r.jqI,{justify:"space-between",children:[(0,n.jsx)(c.ZT.Title,{level:3,className:"pb-5",children:"Regex patterns"}),!i&&(0,n.jsxs)(r.jqI,{gap:8,align:"center",children:[(0,n.jsx)(u.b,{label:"Upload a CSV to map regex patterns to data categories. Format: regex,data_category",placement:"left"}),(0,n.jsx)(r.pMK,{accept:".csv",showUploadList:!1,beforeUpload:()=>!1,onChange:w,children:(0,n.jsx)(r.wpx,{icon:(0,n.jsx)(r.PJP.gqx,{}),iconPosition:"end",size:"small","data-testid":"upload-csv-btn",children:"Upload CSV"})})]})]}),e.map((t,s)=>{let{key:i,name:o,...c}=t;return(0,n.jsxs)(r.bue,{align:"middle",children:[(0,n.jsx)(r.JGx,{span:11,children:(0,n.jsx)(r.PPS.Item,{label:"On match",...c,name:[o,"regex"],rules:[{required:!0,message:"Regex is required"}],"data-testid":"form-item-rules.".concat(o,".regex"),children:(0,n.jsx)(r.uFc,{placeholder:"Enter a regular expression","data-testid":"input-rules.".concat(o,".regex")})})}),(0,n.jsx)(r.JGx,{span:1,className:"flex justify-center pt-[5px]",children:"->"}),(0,n.jsx)(r.JGx,{span:11,className:"pr-2",children:(0,n.jsx)(r.PPS.Item,{label:"Assign",...c,name:[o,"dataCategory"],rules:[{required:!0,message:"Data category is required"}],"data-testid":"form-item-rules.".concat(o,".dataCategory"),children:(0,n.jsx)(l.Z,{selectedTaxonomies:[],variant:"outlined",placeholder:"Select a data category",autoFocus:!1,allowClear:!0,"data-testid":"input-rules.".concat(o,".dataCategory")})})}),(0,n.jsx)(r.JGx,{span:1,className:"mt-[7.25px]",children:s===e.length-1?(0,n.jsx)(r.wpx,{onClick:()=>a(),icon:(0,n.jsx)(r.PJP.mm_,{}),"aria-label":"Add new rule","data-testid":"add-rule-btn"}):(0,n.jsx)(r.wpx,{onClick:()=>d(o),icon:(0,n.jsx)(r.PJP.ZNm,{}),"aria-label":"Remove rule","data-testid":"remove-rule-".concat(o)})})]},i)}),(0,n.jsx)(r.PPS.ErrorList,{errors:h}),(0,n.jsx)(r.PPS.Item,{label:null,className:"mb-0",children:(0,n.jsxs)(r.jqI,{justify:"end",gap:8,children:[(0,n.jsx)(r.wpx,{onClick:o,children:"Cancel"}),(0,n.jsx)(r.wpx,{type:"primary",htmlType:"submit",loading:C||A,"data-testid":"save-btn",children:"Save"})]})})]})}})]})]})},v=s(47935),f=e=>{let{onEditClick:t}=e,[s]=(0,p.m5)(),a=(0,r.pmc)(),i=async e=>{let t=await s({id:e});(0,g.D4)(t)?a((0,x.Vo)((0,h.e$)(t.error,"A problem occurred deleting this config"))):a((0,x.t5)("Monitor config deleted successfully"))};return[{title:"Name",dataIndex:"name",key:"name"},{title:"Description",dataIndex:"description",key:"description"},{title:"Actions",key:"actions",render:(e,s)=>(0,n.jsxs)(r.jqI,{className:"gap-2",children:[(0,n.jsx)(r.wpx,{size:"small",onClick:()=>t(s),icon:(0,n.jsx)(r.PJP.I8b,{}),"data-testid":"edit-btn"}),(0,n.jsx)(r.wpx,{size:"small",onClick:()=>i(s.id),icon:(0,n.jsx)(r.PJP.ZNm,{})})]})}]},C=e=>{let{onNewClick:t,onRowClick:s}=e,{onPreviousPageClick:a,isPreviousPageDisabled:i,onNextPageClick:o,isNextPageDisabled:d,pageSize:l,setPageSize:h,PAGE_SIZES:u,startRange:m,endRange:x,pageIndex:g}=(0,v.oi)(),{data:j,isLoading:y,isFetching:C}=(0,p.eV)({page:g,size:l}),S=f({onEditClick:s});return y||C?(0,n.jsx)(r.ZJQ,{size:"large",className:"flex h-full items-center justify-center"}):(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(c.ZT.Title,{level:2,children:"Shared monitor configurations"}),(0,n.jsx)(c.ZT.Paragraph,{className:"mb-2 mt-4",children:"Shared monitor configurations can be applied to monitors to customize classification."}),(0,n.jsx)(r.wpx,{type:"primary",onClick:t,"data-testid":"create-new-btn",className:"mb-3",children:"Create new"}),(0,n.jsx)(r.V5H,{columns:S,dataSource:null==j?void 0:j.items,pagination:!1,onRow:e=>({"data-testid":"config-".concat(e.id)}),locale:{emptyText:(0,n.jsx)(c.ZT.Paragraph,{className:"py-8",children:"No shared monitor configs found"})}}),(0,n.jsx)(r.jqI,{justify:"space-between",className:"mt-4",children:(0,n.jsx)(v.s8,{totalRows:(null==j?void 0:j.total)||0,pageSizes:u,setPageSize:h,onPreviousPageClick:a,isPreviousPageDisabled:i,onNextPageClick:o,isNextPageDisabled:d,startRange:m,endRange:x})})]})};(a=i||(i={})).MAIN_VIEW="main",a.FORM_VIEW="form";var S=()=>{let[e,t]=(0,o.useState)(!1),[s,a]=(0,o.useState)(void 0),[i,c]=(0,o.useState)("main"),d=()=>{c("main"),a(void 0)};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(r.wpx,{icon:(0,n.jsx)(r.PJP.Zrf,{}),iconPosition:"end",onClick:()=>t(!0),"data-testid":"configurations-btn",children:"Shared configs"}),(0,n.jsxs)(r.$zI,{open:e,onCancel:()=>{d(),t(!1)},destroyOnHidden:!0,centered:!0,width:768,footer:null,children:["form"===i&&(0,n.jsx)(y,{config:s,onBackClick:d}),"main"===i&&(0,n.jsx)(C,{onNewClick:()=>c("form"),onRowClick:e=>{a(e),c("form"),t(!0)}})]})]})}},21365:function(e,t,s){"use strict";var a=s(24246),i=s(96306),n=s(34090),r=s(90104),o=s.n(r),c=s(92465),d=s.n(c),l=s(25389),h=s.n(l),u=s(15539),m=s.n(u),x=s(27378),p=s(18225),g=s(97181),j=s(71248),y=s(40324),v=s(46782),f=s(812),C=s(20682),S=s(41966),A=s(94725),b=s(19812),D=s(33335),R=s(1315),w=s(21910),T=s(31883);let E=e=>{let{dirty:t,isValid:s,submitForm:a,loading:i,onFormStateChange:n}=e;return(0,x.useEffect)(()=>{n&&n({dirty:t,isValid:s,submitForm:a,loading:i})},[t,s,a,i,n]),null};t.Z=e=>{var t,s;let{connection:r,connectionOption:c,onCancel:l,description:u,onFormStateChange:x}=e,[_,{isLoading:k}]=(0,A.Pp)(),[H,{isLoading:F}]=(0,A.pH)(),[I,{isLoading:B}]=(0,R.qd)(),[L]=(0,A.pL)(),O=c.identifier!==w.Rj.MANUAL_TASK,{data:P,isLoading:q}=(0,C.n3)(c.identifier,{skip:!O}),{data:M}=(0,R.K3)(),N=null==M?void 0:M.map(e=>{var t;return{label:null!==(t=e.name)&&void 0!==t?t:e.fides_key,value:e.fides_key}}),{data:U}=(0,S.LH)({minimal:!0,connection_type:w.Rj.BIGQUERY}),z=null==U?void 0:U.map(e=>{var t;return{label:null!==(t=e.name)&&void 0!==t?t:e.fides_key,value:e.fides_key}}),{patchConnectionDatasetConfig:Z,initialDatasets:G}=(0,b.t)({connectionConfig:r}),{getFieldValidation:Q,preprocessValues:W}=(0,v.l)(P),X={name:null!==(t=null==r?void 0:r.name)&&void 0!==t?t:"",description:null!==(s=null==r?void 0:r.description)&&void 0!==s?s:"",...O&&{secrets:h()(null==P?void 0:P.properties,(e,t)=>{var s,a,i;return null!==(i=null!==(a=null==r?void 0:null===(s=r.secrets)||void 0===s?void 0:s[t])&&void 0!==a?a:e.default)&&void 0!==i?i:""})},dataset:G},Y=(0,i.pmc)(),V=!!r,K=c.type===w.Zi.SAAS,J=c.identifier===w.Rj.WEBSITE,$=e=>m()(h()(e,(e,t)=>{var s,a;return(null!==(a=null==r?void 0:null===(s=r.secrets)||void 0===s?void 0:s[t])&&void 0!==a?a:"")===e?void 0:e}),d()),ee=async e=>{var t;let s;let a=W(e),i=O?$(a.secrets):{},n=V?{...r,disabled:null!==(t=r.disabled)&&void 0!==t&&t,name:e.name,description:e.description,secrets:void 0}:{name:e.name,key:(0,D.E)(e.name),connection_type:c.identifier,access:w.uv.READ,disabled:!1,description:e.description,secrets:a.secrets,dataset:e.dataset};if(s=e.system_fides_key?await I({systemFidesKey:e.system_fides_key,connectionConfigs:[n]}):K&&!V?await L({...n,instance_key:(0,D.E)(e.name),saas_connector_type:c.identifier,secrets:e.secrets||{}}):await H(n),(0,T.D4)(s)){Y({status:"error",description:(0,f.e$)(s.error,"A problem occurred while ".concat(V?"updating":"creating"," this integration. Please try again."))});return}if(!O||!e.secrets){Y({status:"success",description:"Integration ".concat(V?"updated":"created"," successfully")}),l();return}if(!o()(i)){let e=await _({connection_key:n.key,secrets:i});if((0,T.D4)(e)){Y({status:"error",description:(0,f.e$)(e.error,"An error occurred while ".concat(V?"updating":"creating"," this integration's secret. Please try again."))});return}}Y({status:"success",description:"Integration secret ".concat(V?"updated":"created"," successfully")}),l(),n&&e.dataset&&c.identifier===w.Rj.DATAHUB&&await Z(e,n.key,{showSuccessAlert:!1})},et=k||F||B;if(q)return(0,a.jsx)(p.Z,{});let es=e=>Object.entries(e.properties).map(t=>{let[s,i]=t,n="secrets.".concat(s);return(0,a.jsx)(j.A,{name:n,fieldSchema:i,isRequired:e.required.includes(s),secretsSchema:e,validate:Q(s,i)},n)});return(0,a.jsxs)(a.Fragment,{children:[u&&(0,a.jsx)(i.xuv,{padding:"20px 24px",backgroundColor:"gray.50",borderRadius:"md",border:"1px solid",borderColor:"gray.200",fontSize:"sm",marginTop:"16px",children:u}),(0,a.jsx)(n.J9,{initialValues:X,enableReinitialize:!0,onSubmit:ee,children:e=>{let{dirty:t,isValid:s,submitForm:r}=e;return(0,a.jsxs)(n.l0,{children:[(0,a.jsxs)(i.gCW,{alignItems:"start",spacing:6,mt:4,children:[(0,a.jsx)(y.j0,{id:"name",name:"name",label:"Name",variant:"stacked",isRequired:!0}),(0,a.jsx)(y.j0,{id:"description",name:"description",label:"Description",variant:"stacked"}),O&&P&&es(P),!V&&!K&&!J&&(0,a.jsx)(g.d,{id:"system_fides_key",name:"system_fides_key",options:null!=N?N:[],label:"System",tooltip:"The system to associate with the integration",layout:"stacked"}),c.identifier===w.Rj.DATAHUB&&(0,a.jsx)(g.d,{id:"dataset",name:"dataset",options:null!=z?z:[],label:"Datasets",tooltip:"Only BigQuery datasets are supported. Selected datasets will sync with matching DataHub datasets. If none are selected, all datasets will be included by default.",layout:"stacked",mode:"multiple"})]}),(0,a.jsx)(E,{dirty:t,isValid:s,submitForm:r,loading:et,onFormStateChange:x})]})}})]})}},38187:function(e,t,s){"use strict";s.d(t,{FO:function(){return M},jq:function(){return N},ZP:function(){return Z}});var a=s(24246),i=s(96306),n=s(79789),r=e=>{let{children:t}=e,{isOpen:s,onToggle:n}=(0,i.qY0)();return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(i.UO1,{in:s,children:t}),(0,a.jsx)(i.xvT,{fontSize:"sm",cursor:"pointer",textDecoration:"underline",onClick:n,children:s?"Show less":"Show more"})]})},o=s(21910),c=s(28946),d=s(87174);let l={name:"Google BigQuery",key:"bq_placeholder",connection_type:o.Rj.BIGQUERY,access:o.uv.READ,created_at:""},h=[{permission:"bigquery.jobs.create",description:"Run jobs (e.g. queries) within the project. This is only needed for the Fides Project where the Fides service account is located."},{permission:"bigquery.jobs.list",description:"Manage the queries that the service account performs. This is only needed for the Fides Project where the Fides service account is located."},{permission:"bigquery.routines.get",description:"Allow the service account to retrieve custom routines (e.g. queries) on associated datasets and tables."},{permission:"bigquery.routines.list",description:"Allow the service account to manage the custom routines (e.g. queries) that run on associated datasets and tables."}],u=[{permission:"bigquery.datasets.get",description:"Retrieve metadata and list tables for the specified project."},{permission:"bigquery.tables.get",description:"Retrieve metadata for the specified table."},{permission:"bigquery.tables.getData",description:"Read data in the specified table."},{permission:"bigquery.tables.list",description:"List all tables in the specified dataset."},{permission:"resourcemanager.projects.get",description:"Retrieve metadata for the specified project."}],m={placeholder:l,category:c.k.DATA_WAREHOUSE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Continuously monitor BigQuery to detect and track schema-level changes, automatically discover and label data categories as well as automatically process DSR (privacy requests) and consent enforcement to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Data Warehouse"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Cloud provider"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"}),(0,a.jsx)(i.HCh,{children:"DSR automation"}),(0,a.jsx)(i.HCh,{children:"Consent orchestration"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detection and discovery, Fides requires a read-only BigQuery service account with limited permissions. If you intend to automate governance for DSR or Consent, Fides requires a read-and-write BigQuery service account to any project you would like Fides to govern."}),(0,a.jsx)(n.XU,{children:"A BigQuery administrator can create the necessary role for Fides using BigQuery's roles guide and assign this to a service account using BigQuery's service account guide."}),(0,a.jsx)(n.XU,{children:"The permissions allow Fides to read the schema of, and data stored in projects, datasets and tables as well write restricted updates based on your policy configurations to tables you specify as part of DSR and Consent orchestration."}),(0,a.jsx)(n.cB,{text:"Permissions list"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"bigquery.jobs.create"}),(0,a.jsx)(i.HCh,{children:"bigquery.jobs.list"}),(0,a.jsx)(i.HCh,{children:"bigquery.routines.get"}),(0,a.jsx)(i.HCh,{children:"bigquery.routines.list"}),(0,a.jsx)(i.HCh,{children:"bigquery.datasets.get"}),(0,a.jsx)(i.HCh,{children:"bigquery.tables.get"}),(0,a.jsx)(i.HCh,{children:"bigquery.tables.getData"}),(0,a.jsx)(i.HCh,{children:"bigquery.tables.list"}),(0,a.jsx)(i.HCh,{children:"bigquery.tables.updateData"}),(0,a.jsx)(i.HCh,{children:"resourcemanager.projects.get"})]})]})]}),{}),instructions:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Configuring a Fides -> BigQuery Integration"}),(0,a.jsx)(n.cB,{text:"Step 1: Create a Fides project"}),(0,a.jsxs)(n.XU,{children:["Create a Fides Project using"," ",(0,a.jsx)(n.Hn,{href:"https://cloud.google.com/resource-manager/docs/creating-managing-projects#creating_a_project",children:"BigQuery's project creation guide"}),"."]}),(0,a.jsx)(n.cB,{text:"Step 2: Create a Fides role in GCP"}),(0,a.jsxs)(n.vQ,{children:[(0,a.jsxs)(i.HCh,{children:["Create a custom role for Fides using BigQuery's"," ",(0,a.jsx)(n.Hn,{href:"https://cloud.google.com/iam/docs/creating-custom-roles#creating_a_custom_role",children:"roles guide"}),"."]}),(0,a.jsx)(i.HCh,{children:"Follow the sections below to grant permissions to this role for the Fides project and any project you would like Fides to manage."})]}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Step 3: Assign permissions to the Fides project"}),(0,a.jsx)(n.XU,{children:"Assign the following permissions to the Fides Project that will be used by your Fides service account to run queries:"}),(0,a.jsx)(n.aG,{data:h}),(0,a.jsx)(n.cB,{text:"Step 4: Assign permissions to any project you'd like Fides to monitor"}),(0,a.jsx)(n.XU,{children:"Grant the following permissions to the Fides service account in every project where you would like Fides detection and discovery monitoring."}),(0,a.jsx)(n.aG,{data:u}),(0,a.jsx)(n.cB,{text:"Step 5: Create a Fides service account in the Fides Project"}),(0,a.jsxs)(n.vQ,{children:[(0,a.jsxs)(i.HCh,{children:["Create a service account for Fides using BigQuery's"," ",(0,a.jsx)(n.Hn,{href:"https://cloud.google.com/iam/docs/service-accounts-create",children:"service account guide"}),"."]}),(0,a.jsx)(i.HCh,{children:"Assign the previously created role to this service account."}),(0,a.jsxs)(i.HCh,{children:["Download the service account JSON keyfile."," ",(0,a.jsx)("strong",{children:"Note: this is sensitive information that should not be shared."})," ","An example of this is below:"]})]}),(0,a.jsx)(n.hX,{children:'{\n "type": "service_account",\n "project_id": "project-id-123456",\n "private_key_id": "0123456789abcdef0123456789abcdef01234567",\n "private_key": "-----BEGIN PRIVATE KEY-----\\nMIIyourkey-----\\nEND PRIVATE KEY-----\\n",\n "client_email": "test@project-id-123456.iam.gserviceaccount.com",\n "client_id": "012345678901234567890",\n "auth_uri": "https://accounts.google.com/o/oauth2/auth",\n "token_uri": "https://oauth2.googleapis.com/token",\n "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",\n "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/test%40project-id-123456.iam.gserviceaccount.com"\n}'}),(0,a.jsx)(n.cB,{text:"Step 6: Use the JSON key to authenticate your integration"}),(0,a.jsx)(n.XU,{children:"Provide the JSON key to your Fides instance to securely connect Fides."})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},x={name:"Datahub",key:"datahub_placeholder",connection_type:o.Rj.DATAHUB,access:o.uv.READ,created_at:""},p=(0,a.jsx)(a.Fragment,{children:"Set up a connection to your DataHub instance by providing a name, server URL, and access token. You can also select the BigQuery datasets you'd like to sync—these will be matched with corresponding datasets in DataHub. If no datasets are selected, all available BigQuery datasets will be included by default."}),g={placeholder:x,category:c.k.DATA_CATALOG,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"DataHub is a metadata platform designed to help organizations manage and govern their data. It acts as a centralized repository for tracking and discovering data assets across an organization, helping data teams understand where their data resides, how it's used, and how it flows through various systems."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsx)(n.Z5,{children:(0,a.jsx)(i.HCh,{children:"Data Catalog"})}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.Z5,{children:(0,a.jsx)(i.HCh,{children:"The related user to the access token must have at least the Editor role on DataHub."})})]})]}),{}),tags:["Sync"],description:p,enabledFeatures:[d.q.DATA_SYNC]},j={name:"DynamoDB",key:"dynamo_placeholder",connection_type:o.Rj.DYNAMODB,access:o.uv.READ,created_at:""},y=[{permission:"AmazonDynamoDBReadOnlyAccess",description:"Provides read-only access to Amazon DynamoDB via the AWS Management Console."},{permission:"AmazonDynamoDBFullAccess",description:"Provides full access to Amazon DynamoDB via the AWS Management Console. Only needed if automating governance for DSR or Consent."}],v={placeholder:j,category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Continuously monitor DynamoDB to detect and track schema-level changes, automatically discover and label data categories as well as automatically process DSR (privacy requests) and consent enforcement to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"NoSQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Cloud provider"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions and Policies"}),(0,a.jsxs)(n.XU,{children:["For detection and discovery, Fides requires an IAM user with read-only DynamoDB permissions in order to detect, discover, and classify sensitive data. The AWS-managed"," ",(0,a.jsx)(i.EKh,{children:"AmazonDynamoDBReadOnlyAccess"})," policy can be used to assign these permissions. If you intend to automate governance for DSR or Consent, Fides requires an IAM user with read-and-write DynamoDB permissions. The AWS-managed",(0,a.jsx)(i.EKh,{children:"AmazonDynamoDBFullAccess"})," policy can be used to assign these permissions. An IAM administrator can create the necessary principal for Fides using the AWS IAM guides, and assign the appropriate permissions policy to the IAM user."]}),(0,a.jsx)(n.XU,{children:"The permissions allow Fides to read the schema of, and data stored in, DynamoDB tables. This data is inspected only for the purpose of detecting sensitive data risks and no data is stored by Fides. As part of DSR or Consent orchestration, Fides will only write restricted updates to the tables specified by your Fides policy configuration."}),(0,a.jsx)(n.cB,{text:"Policy List"}),(0,a.jsx)(n.XU,{children:"The following AWS-managed policies provide the necessary permissions for Fides:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"AmazonDynamoDBReadOnlyAccess"}),(0,a.jsx)(i.HCh,{children:"AmazonDynamoDBFullAccess (only needed if automating governance for DSR or Consent)"})]})]})]}),{}),instructions:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Configuring a Fides -> DynamoDB Integration"}),(0,a.jsx)(n.cB,{text:"Step 1: Create an IAM user in AWS"}),(0,a.jsxs)(n.XU,{children:["Create an IAM user for Fides' DynamoDB access following the"," ",(0,a.jsx)(n.Hn,{href:"https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html#getting-started-iam-user",children:"AWS IAM user guide"}),"."]}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Step 2: Assign policies to the IAM user"}),(0,a.jsx)(n.XU,{children:"Grant the necessary permissions to the IAM user by attaching directly the appropriate AWS-managed policy for your use case:"}),(0,a.jsx)(n.aG,{data:y}),(0,a.jsx)(n.cB,{text:"Step 3: Create an access key for the IAM user"}),(0,a.jsxs)(n.vQ,{children:[(0,a.jsxs)(i.HCh,{children:["Create an access key for the IAM user under"," ",(0,a.jsx)("strong",{children:"Security credentials"})]}),(0,a.jsx)(i.HCh,{children:"Select the Other use case"}),(0,a.jsx)(i.HCh,{children:"Copy the Access Key ID and Secret Access Key"})]}),(0,a.jsx)(n.cB,{text:"Use the Credentials to Authenticate Your Integration"}),(0,a.jsx)(n.XU,{children:"Provide the credentials to your Fides instance to securely connect Fides."})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},f={placeholder:{name:"Cloud SQL - MySQL",key:"google_cloud_sql_for_mysql_placeholder",connection_type:o.Rj.GOOGLE_CLOUD_SQL_MYSQL,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Google Cloud SQL for MySQL is a fully-managed relational database service that simplifies the setup, maintenance, management, and administration of MySQL databases. Connect Fides to your Google Cloud SQL for MySQL to detect and track changes in schemas and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"}),(0,a.jsx)(i.HCh,{children:"DSR automation"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detection and discovery, Fides requires a user with the SELECT permission on the database. If you intend to automate governance for DSR or Consent, Fides requires a user with the SELECT, UPDATE, and DELETE The permissions allow Fides to read the schema of, and data stored in tables, and fields as well as write restricted updates based on your policy configurations to tables you specify as part of DSR and Consent orchestration. For a complete list of permissions view the Google Cloud SQL for MySQL DB documentation."}),(0,a.jsx)(n.cB,{text:"Permissions list"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"GRANT SELECT"}),(0,a.jsx)(i.HCh,{children:"GRANT UPDATE"}),(0,a.jsx)(i.HCh,{children:"GRANT DELETE"})]})]})]}),{}),tags:["Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},C={placeholder:{name:"Cloud SQL - Postgres",key:"google_cloud_sql_for_postgres_placeholder",connection_type:o.Rj.GOOGLE_CLOUD_SQL_POSTGRES,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Google Cloud SQL for Postgres is a fully-managed relational database service that simplifies the setup, maintenance, management, and administration of Postgres databases. Connect Fides to your Google Cloud SQL for Postgres to detect and track changes in schemas and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"}),(0,a.jsx)(i.HCh,{children:"DSR automation"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detection and discovery, Fides requires a user with the SELECT permission on the database. If you intend to automate governance for DSR or Consent, Fides requires a user with the SELECT, UPDATE, and DELETE permission. The permissions allow Fides to read the schema of, and data stored in tables, and fields as well as write restricted updates based on your policy configurations to tables you specify as part of DSR and orchestration. For a complete list of permissions view the Google Cloud SQL for Postgres DB documentation."}),(0,a.jsx)(n.XU,{children:"The following GCP service account permissions are needed when setting up Google Cloud SQL for Postgres."}),(0,a.jsx)(n.cB,{text:"Permissions list"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"cloudsql.instances.connect"}),(0,a.jsx)(i.HCh,{children:"cloudsql.instances.get"}),(0,a.jsx)(i.HCh,{children:"cloudsql.instances.login"})]})]})]}),{}),tags:["Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]};var S=s(88337);let A={placeholder:{name:"Manual Tasks",key:"manual_placeholder",connection_type:S.R.MANUAL_TASK,access:o.uv.READ,created_at:""},category:c.k.MANUAL,tags:["DSR","Manual tasks"],overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Manual Integrations enable you to create and assign tasks for data that requires manual handling during access and erasure requests. Tasks can be assigned to internal users within Fides or external users who complete them securely through the external task portal."}),(0,a.jsxs)(n.XU,{children:["When privacy requests involve manual integrations, execution will pause in a ",(0,a.jsx)("em",{children:"Requires input"})," state until all assigned tasks are completed."]})]}),{}),enabledFeatures:[d.q.TASKS,d.q.WITHOUT_CONNECTION,d.q.CONDITIONS]},b={placeholder:{name:"Microsoft SQL Server",key:"microsoft_sql_server_placeholder",connection_type:o.Rj.MSSQL,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Microsoft SQL Server, is a relational database management system (RDBMS) developed by Microsoft. It is designed to store, manage, and retrieve data as requested by other software applications, which may run either on the same computer or across a network."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detecting databases, Fides requires a user with the following permissions/role:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE LOGIN username WITH PASSWORD = 'password';"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT, INSERT, UPDATE TO username;"})]})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},D={placeholder:{name:"MySQL",key:"mysql_placeholder",connection_type:S.R.MYSQL,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Continuously monitor MySQL databases to detect and track schema-level changes, automatically discover and label data categories as well as automatically process DSR (privacy requests) and consent enforcement to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detecting databases, Fides requires a user with the following permissions/role:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE USER 'username' IDENTIFIED WITH authentication_plugin BY 'password';"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT, INSERT ON database.* TO 'username'@'%';"})]})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},R={name:"Okta",key:"okta_placeholder",connection_type:S.R.OKTA,access:o.uv.READ,created_at:""},w=(0,a.jsx)(a.Fragment,{children:"SSO providers manage user authentication and can help identify systems within your infrastructure. Adding an SSO provider as a data source allows you to detect connected systems, monitor access patterns, and enhance your data map for better visibility and control."}),T={placeholder:R,category:c.k.IDENTITY_PROVIDER,tags:["Discovery","Inventory"],overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"SSO providers manage user authentication and can help identify systems within your infrastructure. Adding an SSO provider as a data source allows you to detect connected systems, monitor access patterns, and enhance your data map for better visibility and control."})]}),{}),description:w,enabledFeatures:[d.q.DATA_DISCOVERY]},E={placeholder:{name:"Postgres",key:"postgres_placeholder",connection_type:S.R.POSTGRES,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Postgres is a relational database. Connect Fides to your Postgres Datbase to detect and track changes in schemas and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.XU,{children:"For each database, Fides requires the following permissions, where 'username' is the user set up for Fides, and 'database' is the name of the database you want to connect to."}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE USER username WITH LOGIN;"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT ON ALL TABLES IN SCHEMA public TO username;"}),(0,a.jsx)(i.HCh,{children:"GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO username;"})]})]})]}),{}),tags:["Detection","Discovery"],enabledFeatures:[d.q.DATA_DISCOVERY]},_={placeholder:{name:"Amazon RDS MySQL",key:"rds_mysql_placeholder",connection_type:o.Rj.RDS_MYSQL,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Amazon RDS MySQL is a fully-managed relational database service that simplifies the setup, maintenance, management, and administration of MySQL databases. Connect Fides to your Amazon RDS MySQL to detect and track changes in schemas and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detecting database RDS instances and clusters, Fides requires an IAM user with the following permissions/role:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"rds:DescribeDBClusters"}),(0,a.jsx)(i.HCh,{children:"rds:DescribeDBInstances"}),(0,a.jsx)(i.HCh,{children:"rds-db:connect"})]}),(0,a.jsx)(n.XU,{children:"And per database instance and database it requires the following permissions, where 'username' is the user set up for Fides, and 'database' is the database name, you want to connect to."}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE USER 'username' IDENTIFIED WITH AWSAuthenticationPlugin AS 'RDS';"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT, INSERT ON database.* TO 'username'@'%';"})]})]})]}),{}),tags:["Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},k={placeholder:{name:"Amazon RDS Postgres",key:"rds_postgres_placeholder",connection_type:o.Rj.RDS_POSTGRES,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Amazon RDS Postgres is a fully-managed relational database service that simplifies the setup, maintenance, management, and administration of Postgres databases. Connect Fides to your Amazon RDS Postgres to detect and track changes in schemas and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detecting database RDS instances and clusters, Fides requires an IAM user with the following permissions/role:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"rds:DescribeDBClusters"}),(0,a.jsx)(i.HCh,{children:"rds:DescribeDBInstances"}),(0,a.jsx)(i.HCh,{children:"rds-db:connect"})]}),(0,a.jsx)(n.XU,{children:"For each database instance and database, Fides requires the following permissions, where 'username' is the user set up for Fides, and 'database' is the name of the database you want to connect to."}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE USER username WITH LOGIN;"}),(0,a.jsx)(i.HCh,{children:"GRANT rds_iam TO username;"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT ON ALL TABLES IN SCHEMA public TO username;"}),(0,a.jsx)(i.HCh,{children:"GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO username;"})]})]})]}),{}),tags:["Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},H={placeholder:{name:"Amazon S3",key:"s3_placeholder",connection_type:o.Rj.S3,access:o.uv.READ,created_at:""},category:c.k.DATA_WAREHOUSE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Continuously monitor S3 to detect and track schema-level changes, automatically discover and label data categories as well as automatically process DSR (privacy requests) and consent enforcement to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Object storage"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Cloud provider"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"Fides requires an IAM principal with read-only S3 permissions in order to detect, discover, and classify sensitive data. The AWS-managed AmazonS3ReadOnlyAccess policy can be used to assign these permissions. An IAM administrator can create the necessary principal for Fides using the AWS IAM guides, and assign the appropriate permissions policy to the IAM principal."}),(0,a.jsx)(n.XU,{children:"The permissions allow Fides to list buckets and read object data data stored in those buckets. This data is inspected only for the purpose of detecting sensitive data risks and no data is stored by Fides."}),(0,a.jsx)(n.XU,{children:"Ethyca recommends creating an IAM role with the appropriate permissions, which will be assumed by Fides at runtime, with ephemeral credentials. There must also be an IAM user with fixed credentials that Fides uses strictly for assuming the IAM role with the appropriate permissions. If desired, Fides also supports authenticating directly as an IAM user with the appropriate permissions, but this is considered a less secure option."}),(0,a.jsx)(n.cB,{text:"Permissions list"}),(0,a.jsx)(n.Z5,{children:(0,a.jsx)(i.HCh,{children:"AmazonS3ReadOnlyAccess"})})]})]}),{}),instructions:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Configuring a Fides -> Amazon S3 Integration"}),(0,a.jsx)(n.cB,{text:"Step 1: Create an IAM role in AWS"}),(0,a.jsx)(n.XU,{children:"Create an IAM role for Fides' S3 access following the AWS IAM roles guide. This role will be referred to below as the Fides S3 Access Role."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Step 2: Assign policies to the IAM role"}),(0,a.jsx)(n.XU,{children:"Grant the necessary permissions to the IAM role by attaching the following AWS-managed policy:"}),(0,a.jsx)(n.aG,{data:[{permission:"AmazonS3ReadOnlyAccess",description:"Provides read-only access to all buckets via the AWS Management Console."}]}),(0,a.jsx)(n.cB,{text:"Step 3: Create an IAM user for assuming a role"}),(0,a.jsxs)(n.XU,{children:["Follow the ",(0,a.jsx)(n.Hn,{href:"https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html#getting-started-iam-user",children:"AWS guide"})," for creating an IAM user to create an IAM user that Fides will authenticate as in order to assume the Fides S3 Access Role created above, and retrieve ephemeral credentials."]}),(0,a.jsx)(n.cB,{text:"Step 4: Grant the IAM user permission to assume the Fides S3 Access Role"}),(0,a.jsx)(n.XU,{children:"Navigate to the IAM user's Permissions page and add a permission by creating an inline policy. This permission should grant the IAM user permission to assume the Fides S3 Access Role created above (you'll need to retrieve the role ARN). The inline policy should look similar to this:"}),(0,a.jsx)(n.hX,{children:'{\n "Version": "2012-10-17",\n "Statement": [\n {\n "Sid": "VisualEditor0",\n "Effect": "Allow",\n "Action": "sts:AssumeRole",\n "Resource": "arn:aws:iam::[AWS ACCOUNT NUMBER]:role/[Fides S3 Access Role ARN]"\n }\n ]\n}'}),(0,a.jsx)(n.cB,{text:"Step 5: Create an access key for the IAM user"}),(0,a.jsxs)(n.vQ,{children:[(0,a.jsxs)(i.HCh,{children:["Create an access key for the IAM user under"," ",(0,a.jsx)("strong",{children:"Security credentials"}),"."]}),(0,a.jsx)(i.HCh,{children:"Select the Other use case"}),(0,a.jsx)(i.HCh,{children:"Copy the Access Key ID and Secret Access Key"})]}),(0,a.jsx)(n.cB,{text:"Step 6: Use the credentials to authenticate your integration"}),(0,a.jsxs)(n.XU,{children:["Provide the credentials to your Fides instance to securely connect Fides. For the Assume Role ARN, provide the ARN for the Fides S3 Access Role created in step 1."," "]})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]};var F=s(80388);let I={placeholder:{name:"Salesforce",key:"salesforce_placeholder",connection_type:S.R.SAAS,saas_config:{fides_key:"salesforce",name:"Salesforce",type:F.m.SALESFORCE},access:o.uv.WRITE,created_at:""},category:c.k.CRM,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage sales, marketing, and customer service interactions in a unified system. Connect Fides to your Salesforce instance to automatically discover and track data across both standard and custom objects, detect sensitive information, and automate DSR fulfillment."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"What this integration does"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Discover personal data in standard Salesforce objects"}),(0,a.jsx)(i.HCh,{children:"Detect sensitive information across your Salesforce instance"}),(0,a.jsx)(i.HCh,{children:"Automate data subject access requests including data retrieval, updates, and deletions"}),(0,a.jsx)(i.HCh,{children:"Map Salesforce data to your organization's data map"}),(0,a.jsx)(i.HCh,{children:"Discover and map custom Salesforce objects (requires setting up a monitor)"})]}),(0,a.jsx)(n.XU,{children:"Once integrated, the system will automatically map sensitive personal data for standard Salesforce objects. By setting up a monitor, you can also detect and map custom objects in your Salesforce instance."}),(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CRM System"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"}),(0,a.jsx)(i.HCh,{children:"DSR automation"})]}),(0,a.jsx)(n.cB,{text:"Prerequisites"}),(0,a.jsx)(n.XU,{children:"To integrate with Salesforce, you need to create a Connected App in your Salesforce instance. This ensures exclusive data control and enhances security by reducing unauthorized access risks."}),(0,a.jsx)(n.cB,{text:"Setup instructions"}),(0,a.jsx)(n.XU,{children:"Follow these steps to set up your Salesforce integration:"}),(0,a.jsxs)(n.vQ,{children:[(0,a.jsx)(i.HCh,{children:"Create a Connected App in Salesforce by following the Salesforce guide"}),(0,a.jsx)(i.HCh,{children:"Configure Basic Connected App Settings"}),(0,a.jsx)(i.HCh,{children:'Uncheck "Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows"'}),(0,a.jsx)(i.HCh,{children:"Enable OAuth Settings for API Integration with the required scopes"}),(0,a.jsx)(i.HCh,{children:"Enter your Fides Redirect URL (typically https://fides-host.com/api/v1/oauth/callback)"})]}),(0,a.jsx)(n.cB,{text:"Required information"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Domain: Your Salesforce URL"}),(0,a.jsx)(i.HCh,{children:"Consumer Key: Your OAuth client ID"}),(0,a.jsx)(i.HCh,{children:"Consumer Secret: Your OAuth client secret"}),(0,a.jsx)(i.HCh,{children:"Redirect URL: The Fides URL for OAuth callback"}),(0,a.jsx)(i.HCh,{children:"Token Refresh URL: The Salesforce URL for refresh tokens"})]}),(0,a.jsx)(n.cB,{text:"Required OAuth scopes"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Manage user data via APIs (api)"}),(0,a.jsx)(i.HCh,{children:"Perform requests at any time (refresh_token, offline_access)"})]}),(0,a.jsx)(n.cB,{text:"Supported objects"}),(0,a.jsx)(n.XU,{children:"Fides supports both standard and custom Salesforce objects. The integration includes built-in support for common objects such as:"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Contacts"}),(0,a.jsx)(i.HCh,{children:"Cases"}),(0,a.jsx)(i.HCh,{children:"Leads"}),(0,a.jsx)(i.HCh,{children:"Accounts"}),(0,a.jsx)(i.HCh,{children:"Campaign Members"}),(0,a.jsx)(i.HCh,{children:"Custom Objects"})]})]})]}),{}),tags:["API","DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY,d.q.DSR_AUTOMATION]},B={placeholder:{name:"Scylla",key:"scylla_placeholder",connection_type:o.Rj.SCYLLA,access:o.uv.READ,created_at:""},category:c.k.DATABASE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"ScyllaDB is an open-sources distributed NoSQL data store designed to be compatible with Apache Cassandra. Connect Fides to your ScyllaDB to detect and track changes in keyspaces and tables and automatically discover and label data categories to proactively manage data governance risks."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"NoSQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"}),(0,a.jsx)(i.HCh,{children:"DSR automation"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsx)(n.XU,{children:"For detection and discovery, Fides requires a user with the SELECT permission on all keyspaces. If you intend to automate governance for DSR or Consent, Fides requires the role to to be granted SELECT and MODIFY on all keyspaces. The permissions allow Fides to read the schema of, and data stored in keyspaces, tables, and fields as well as write restricted updates based on your policy configurations to tables you specify as part of DSR and Consent orchestration. For a complete list of permissions view the Scylla DB documentation."}),(0,a.jsx)(n.cB,{text:"Permissions list"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"SELECT ALL KEYSPACES"}),(0,a.jsx)(i.HCh,{children:"MODIFY ALL KEYSPACES"})]})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},L={placeholder:{name:"Snowflake",key:"snowflake_placeholder",connection_type:o.Rj.SNOWFLAKE,access:o.uv.READ,created_at:""},category:c.k.DATA_WAREHOUSE,overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:"Snowflake is a cloud-based data warehousing platform designed for handling large-scale data storage and analytics. It enables organizations to store, manage, and analyze massive amounts of data efficiently, offering features like scalability, performance, and flexibility."}),(0,a.jsxs)(r,{children:[(0,a.jsx)(n.cB,{text:"Categories"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"Database"}),(0,a.jsx)(i.HCh,{children:"SQL database"}),(0,a.jsx)(i.HCh,{children:"Storage system"}),(0,a.jsx)(i.HCh,{children:"Data detection"}),(0,a.jsx)(i.HCh,{children:"Data discovery"})]}),(0,a.jsx)(n.cB,{text:"Permissions"}),(0,a.jsxs)(n.Z5,{children:[(0,a.jsx)(i.HCh,{children:"CREATE ROLE my_monitor_role;"}),(0,a.jsx)(i.HCh,{children:"GRANT USAGE ON DATABASE DATABASE_1 TO ROLE my_monitor_role;"}),(0,a.jsx)(i.HCh,{children:"GRANT USAGE ON SCHEMA DATABASE_1.TEST_SCHEMA TO ROLE my_monitor_role;"}),(0,a.jsx)(i.HCh,{children:"GRANT SELECT ON ALL TABLES IN SCHEMA DATABASE_1.TEST_SCHEMA TO ROLE my_monitor_role;"}),(0,a.jsx)(i.HCh,{children:"CREATE USER test_user PASSWORD='***';"}),(0,a.jsx)(i.HCh,{children:"GRANT ROLE my_monitor_role TO USER test_user;"})]})]})]}),{}),tags:["DSR Automation","Discovery","Detection"],enabledFeatures:[d.q.DATA_DISCOVERY]},O={placeholder:{name:"Website",key:"website_placeholder",connection_type:S.R.WEBSITE,access:o.uv.READ,created_at:""},category:c.k.WEBSITE,tags:["Consent","Discovery","Detection"],overview:(0,a.jsx)(()=>(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.cB,{text:"Overview"}),(0,a.jsx)(n.XU,{children:'Websites, or "properties", often process user data. Adding a website as an integration lets you configure a Consent Management Platform (CMP), a site-specific privacy center, and Cross-Origin requests via Fides. You can configure the various security settings, styling, and user experience settings for the privacy center and CMP on a per-website basis.'})]}),{}),enabledFeatures:[d.q.DATA_DISCOVERY]},P=[I],q={[S.R.BIGQUERY]:m,[S.R.DATAHUB]:g,[S.R.DYNAMODB]:v,[S.R.GOOGLE_CLOUD_SQL_MYSQL]:f,[S.R.GOOGLE_CLOUD_SQL_POSTGRES]:C,[S.R.MSSQL]:b,[S.R.OKTA]:T,[S.R.RDS_MYSQL]:_,[S.R.RDS_POSTGRES]:k,[S.R.S3]:H,[S.R.SCYLLA]:B,[S.R.SNOWFLAKE]:L,[S.R.MYSQL]:D,[S.R.WEBSITE]:O,[S.R.POSTGRES]:E,[S.R.MANUAL_TASK]:A},M=[...Object.values(q),...P],N=[...Object.keys(q),S.R.SAAS],U=e=>({placeholder:{name:e.human_readable,key:"".concat(e.identifier,"_placeholder"),connection_type:S.R.SAAS,saas_config:{fides_key:e.identifier,name:e.human_readable,type:e.identifier},access:o.uv.WRITE,created_at:""},category:e.category||c.k.CUSTOM,tags:e.tags||["API","Custom"],enabledFeatures:e.enabled_features||[d.q.DSR_AUTOMATION]}),z={placeholder:{name:"",key:"placeholder",connection_type:S.R.MANUAL,access:o.uv.READ,created_at:""},category:c.k.DATA_WAREHOUSE,tags:[],enabledFeatures:[]};var Z=(e,t,s)=>{if(!e)return z;if(e===S.R.SAAS&&t){if(s){let e=s.find(e=>e.identifier===t);if(e){let s=U(e),a=P.find(e=>{var s;return(null===(s=e.placeholder.saas_config)||void 0===s?void 0:s.type)===t});return a&&a.overview?{...s,overview:a.overview}:s}}let e=P.find(e=>{var s;return(null===(s=e.placeholder.saas_config)||void 0===s?void 0:s.type)===t});if(e)return e}if(e!==S.R.SAAS){let t=q[e];if(t)return t}return z}},93633:function(e,t,s){"use strict";s.d(t,{z:function(){return r}});var a=s(17245),i=s(96306),n=s(14207);let r=e=>{let{connection:t,connectionOption:s,testData:r}=e,[o]=(0,n.rO)(),{handleError:c}=(0,a.HK)();return{handleAuthorize:async()=>{if(!(null==t?void 0:t.key)){i.Pg3.error("Authorization failed: connection key not found");return}try{let e=await o(t.key).unwrap();window.location.href=e}catch(e){c(e)}},needsAuthorization:!!(null==s?void 0:s.authorization_required)&&!r.authorized}}},64176:function(e,t,s){"use strict";var a=s(27378),i=s(20682),n=s(88337);t.Z=(e,t)=>{let{data:s}=(0,i.$I)({});return(0,a.useMemo)(()=>e===n.R.SAAS?null==s?void 0:s.items.find(e=>e.identifier===t):null==s?void 0:s.items.find(t=>t.identifier===e),[s,e,t])}},35030:function(e,t,s){"use strict";s.d(t,{qS:function(){return i}});var a=s(28946);let i=e=>{switch(e){case a.k.DATA_CATALOG:return"Data Catalog";case a.k.DATA_WAREHOUSE:return"Data Warehouse";case a.k.DATABASE:return"Database";case a.k.IDENTITY_PROVIDER:return"Identity Provider";case a.k.WEBSITE:return"Website";case a.k.CRM:return"CRM";case a.k.MANUAL:return"Manual";case a.k.MARKETING:return"Marketing";case a.k.ANALYTICS:return"Analytics";case a.k.ECOMMERCE:return"E-commerce";case a.k.COMMUNICATION:return"Communication";case a.k.CUSTOM:return"Custom";default:return e}}},11013:function(e,t,s){"use strict";s.d(t,{$y:function(){return n},eV:function(){return a},m5:function(){return o},ww:function(){return r}});let{useGetSharedMonitorConfigsQuery:a,useGetSharedMonitorConfigByIdQuery:i,useCreateSharedMonitorConfigMutation:n,useUpdateSharedMonitorConfigMutation:r,useDeleteSharedMonitorConfigMutation:o}=s(78780).u.injectEndpoints({endpoints:e=>({getSharedMonitorConfigs:e.query({query:e=>({method:"GET",url:"/plus/shared-monitor-config",params:e}),providesTags:["Shared Monitor Configs"]}),getSharedMonitorConfigById:e.query({query:e=>{let{id:t}=e;return{method:"GET",url:"/plus/shared-monitor-config/".concat(t)}},providesTags:["Shared Monitor Configs"]}),createSharedMonitorConfig:e.mutation({query:e=>({method:"POST",url:"/plus/shared-monitor-config",body:e}),invalidatesTags:["Shared Monitor Configs"]}),updateSharedMonitorConfig:e.mutation({query:e=>({method:"PUT",url:"/plus/shared-monitor-config/".concat(e.id),body:e}),invalidatesTags:["Shared Monitor Configs"]}),deleteSharedMonitorConfig:e.mutation({query:e=>{let{id:t}=e;return{method:"DELETE",url:"/plus/shared-monitor-config/".concat(t)}},invalidatesTags:["Shared Monitor Configs"]})})})},57072:function(e,t,s){"use strict";s.d(t,{Bd:function(){return a.Bd},L5:function(){return a.L5},MO:function(){return a.MO},qb:function(){return a.qb}});var a=s(5785)},31883:function(e,t,s){"use strict";s.d(t,{Bw:function(){return a.Bw},D4:function(){return a.D4}});var a=s(19043)},72707:function(e){e.exports={option:"TaxonomySelect_option__vY6v2"}}}]);
|