fides
fides copied to clipboard
The Privacy Engineering & Compliance Framework
### Is your feature request related to a specific problem? An additional attribute for third party processors is may be required as part of the data map ### Describe the...
### Is your feature request related to a specific problem? This is just another set of resources to make sure stays in-sync with the models. This is redundant now that...
### Is your feature request related to a specific problem? Current behaviour for `fidesctl scan database db` requires that the `fides_key` of the dataset matches the schema/db name of the...
### Bug Description The functions within `api_helpers.py` should raise errors when returned codes are not within 200-299. For example, in `get_server_resource`: ``` server_resource: Optional[FidesModel] = ( parse_dict( resource_type=resource_type, resource=raw_server_response.json(), from_server=True,...
### Is your feature request related to a specific problem? Right now if a user calls the `aws` related cli commands they will get an ugly python stack trace. We...
### Is your feature request related to a specific problem? We're currently running the webserver in a configuration that is not run in production. This makes us more vulnerable to...
Remove all instances of `SystemExit` and start implementing our own custom exceptions where needed
### Is your feature request related to a specific problem? Right now we use a lot of `SystemExit`, but to maintain best practices for software development we should instead be...
### Bug Description After the restructuring of the project directories pre-commit no longer finds the files to check. Prior to this update I had a separate issue with the pre-commit...
### Is your feature request related to a specific problem? Right now, on the fidesctl client, the `fidesctl.toml` file is used to configure: * organization-wide settings (e.g. shared fidesctl server...
### Is your feature request related to a specific problem? We aren't testing across multiple python versions, only Python 3.8 ### Describe the solution you'd like Using Nox to support...