fides icon indicating copy to clipboard operation
fides copied to clipboard

The Privacy Engineering & Compliance Framework

Results 396 fides issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a specific problem? The `fides status` command returns `healthy` but the database is in an unhealthy state ### Describe the solution you'd like...

enhancement

Closes #987 ### Code Changes * [x] Include the `fides_key` for system and dataset rows returned by the `/datamap` enpoint ### Steps to Confirm * [x] Validate the `fides_key` of...

enhancement

### Is your feature request related to a specific problem? I want to be able to map system dependencies found across my data map ### Describe the solution you'd like...

enhancement

### Docs Update Description The OpenAPI docs for the Export Datamap endpoint `/api/v1/datamap/{organization_fides_key}` includes an example response, but little explanation of the structure of that response. The array is includes...

documentation
python

Closes https://github.com/ethyca/fides/issues/986 ### Code Changes * [ ] _list your code changes here_ ### Steps to Confirm * [ ] _list any manual steps taken to confirm the changes_ ###...

### Is your feature request related to a specific problem? https://github.com/ethyca/fides/pull/976 adds a column `is_default` to the taxonomy tables. If an entity is default, we should prevent users from being...

enhancement

### Is your feature request related to a specific problem? In the declaration of a `systems.yaml` for a given system or service, we are interested in including the regex patterns/wild...

enhancement

Closes https://github.com/ethyca/fides/issues/857, closes https://github.com/ethyca/fides/issues/855 ### Code Changes * [x] Rename `DataCategoryTag` component to `TaxonomyEntityTag` and refactor it a little to share more code * [x] Hook up the AccordionTree edit...

Closes https://github.com/ethyca/fides/issues/854 This requires a fideslang update first: https://github.com/ethyca/fideslang/pull/68 ### Code Changes * [x] Adds a field `is_default` to the taxonomy related sql models (DataCategory, DataUse, DataSubject, DataQualifier) * [x]...

### Is your feature request related to a specific problem? https://github.com/ethyca/fides/pull/976 adds an `is_default` field to taxonomy. Editing taxonomy fields (https://github.com/ethyca/fides/pull/977) may not work as expected due to the additional...

enhancement