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
trafficstars

Closes #978 ### Code Changes * [x] update `sqlmodels.py` to prepend all tables with `ctl` * [x] create an alembic migration to rename the tables and indexes * [x] update...

### Bug Description Diff is returning false positive changes #### Steps to Reproduce 1. `fides push --diff` 2. `fides push --diff` but notice that the system object thinks there have...

bug

### Is your feature request related to a specific problem? Given that fidesops is heavily API-dependent and would necessitate more changes, I think it more prudent to update fidesctl to...

enhancement

### Is your feature request related to a specific problem? Our team goes through the following process when changing or creating new db objects: 1. Change the SQL Alchemy files...

enhancement

### Is your feature request related to a specific problem? As a user, I want to be prevented from updating the fides_key of any existing taxonomy element. ~~Users should only...

enhancement

### Is your feature request related to a specific problem? We had a problem where versioneer would mark our built wheel as dirty, which was solved in this PR: https://github.com/ethyca/fides/pull/962...

enhancement

### Is your feature request related to a specific problem? Prepending database table names with `ctl` is required to avoid collisions with fidesops tables

enhancement

### Docs Update Description On the data use documentation, https://ethyca.github.io/fides/language/taxonomy/data_uses/ update the legal_basis enum list to say "Legitimate Interests" instead of "Legitimate Interest" - The API only accepts Legitimate Interests....

documentation

### Is your feature request related to a specific problem? We need a way to tell if a given taxonomy field is one of the fideslang defaults or if it...

enhancement

Create user facing documentation for the fidesctl user management UI. This experience will be ported directly from fidesops, in case there is already any documentation on user management from that...

documentation