fides icon indicating copy to clipboard operation
fides copied to clipboard

The Privacy Engineering & Compliance Framework

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

Closes #1175 ### Code Changes * [x] remove `test_mode` and various assertions from everywhere * [ ] set `pytest` to bring up and tear down a test database entirely for...

### Is your feature request related to a specific problem? Currently if a user wants to run fides via the docker-compose file, the only choice they have is to clone...

enhancement

Closes #1411 ### Code Changes * [x] Changed the nox command from `nox -s dev` to `nox -s dev -- shell` in the README quick start. ### Steps to Confirm...

### Bug Description On server startup some log messages show as warnings. These warnings are confusing users because it looks like they are issues, however everything works without these values....

bug

### Bug Description Sometimes when running `fides push demo_resources/` it will fail with an error. ```console Loading config from: /fides/.fides/fides.toml Loading resource manifests from: demo_resources/ Taxonomy successfully created. ---------- Processing...

bug

### Is your feature request related to a specific problem? Once a rate limiter has been implemented and configs exist, we will need to integrate connectors with the rate limiter....

enhancement

Dependent on [Bulk select and reprocess DSRs that have errored #1205](https://github.com/ethyca/fides/issues/1205) ### USER STORY As an admin, when bulk reprocessing DSR errors I want to be able to filter by...

DSR Error Handling

FE work is covered in https://github.com/ethyca/fides/issues/1205 BE work will be covered in https://github.com/ethyca/fides/issues/1225 ### USER STORY As an admin, I would like to resolve an issue such as system failure...

DSR Error Handling

BE work will be covered in [https://github.com/ethyca/fides/issues/1225](https://github.com/ethyca/fides/issues/1225) ### USER STORY As an admin, I would like to resolve an issue such as system failure that caused all subject requests to...

DSR Error Handling

Frontend work found in #1204 ### USER STORY As an admin, I want to a be able to update a connector after creation. ### DETAILS Today there are 2 separate...

DSR Error Handling