Sebastian Sangervasi
Sebastian Sangervasi
### 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...
The results of a system scan (AWS generate API) are stored in the state: https://github.com/ethyca/fides/blob/main/clients/admin-ui/src/features/config-wizard/config-wizard.slice.ts#L24 Right now the review steps are only for manual system definitions. The scan results need...
## Context The [design](https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=68%3A2725) of the "Scan results" step calls for a sophisticated table with customizable columns. As of PR #876 the table only supports - A fixed set of...
## Context The [design](https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=68%3A2725) of the "Scan results" step of the config wizard calls for additional fields that are not returned by the `generate` endpoint: - Instance Name - Resource...
The [design](https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=13%3A2451) just has a placeholder rectangle for a "data map". I'm guessing this meant to be a screenshot from the datamap? Or is there a design from that feature...
### Is your feature request related to a specific problem? There are a number of APIs that raise HTTPExceptions which are not included in our OpenAPI [docs](https://ethyca.github.io/fides/1.7.0/api/). Example: when AWS...
### Is your feature request related to a specific problem? Scanning is likely to result in an error, for example if a user's credentials were incorrect. ### Describe the solution...
Closes #904 ### Code Changes - Show & review scanner result systems - Reset wizard state instead of relying on routing - Improved checking of system create vs editing -...
As of https://github.com/ethyca/fidesctl-plus/issues/78 the non-Plus UI uses a request to `/plus/health` to determine whether the backend has Plus endpoints. An error response disables Plus features, a success enables them (the...
Steps to reproduce: 1. Open two Hyper tabs 2. In one tab do a `git push` 3. Watch rocket launch 4. Switch to other tab 5. Switch back to first...