This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reorder ui docs * admi ui * subject request detail finalization, datastore stub * config edit * comment out docs not implemented * remove tracking * changelog * remove stray comment, add Canceled status
- Loading branch information
1 parent
9756d32
commit 0bb972b
Showing
11 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Configuring Datastores | ||
# Managing Datastores | ||
|
||
Datastores represent connections to third party applications, databases, or manual storage. Configuring a datastore allows Fidesops to include these connections when fulfilling privacy requests. | ||
|
||
![datastore](../img/admin_ui/datastore.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Subject Requests | ||
|
||
The FidesOps Admin UI is designed to provide easy, at-a-glance access to submitted Subject Requests. The Subject Request panel provides search and sort capabilities, quick approve and deny functions, and in-depth details on a request's history and status. | ||
|
||
![subject requests](../img/admin_ui/admin_ui.png) | ||
|
||
### Panel Options | ||
| Option | Description | | ||
|----|----| | ||
| Status | Requests can be filtered by their current status: **Error**, **Denied**, **In Progress**, **New**, *Cancelled*, and **Complete**.| | ||
| Search | The search bar filters on a given field: status, reviewer, etc. | | ||
| Date Filter | Retrieve requests received within a certain date window. | | ||
| Reveal PII | Toggling **Reveal PII** will display all personal information for the shown requests. | | ||
| Download | Download a `.csv` of the shown requests. | | ||
| Clear | Remove all search options and filters. | | ||
|
||
## Approve or Deny Requests | ||
|
||
![approve or deny requests](../img/admin_ui/approve_deny.png) | ||
|
||
Hovering over a request row will provide access to the **approve** and **deny** options for that request. | ||
|
||
**Approving** a request will log the action, the approver's account, and begin the process of executing the request based on the associated [policy](../guides/policies.md). | ||
|
||
**Denying** a request allows the user to input a denial reason before confirming the action. | ||
|
||
![request denial](request_denial.png) | ||
|
||
## View Request Details | ||
![subject request details](../img/admin_ui/subject_request_details.png) | ||
Double-clicking a request row will display the request detail page, which allows access to additional information about the request, as well as the request ID and status. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters