-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
25ced5a
commit fa92615
Showing
10 changed files
with
44 additions
and
5 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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
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,6 +1,44 @@ | ||
# 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. | ||
Datastores represent connections to third party applications, databases and datasets, or manual storage locations. | ||
|
||
![datastore](../img/admin_ui/datastore.png) | ||
![datastore](../img/admin_ui/datastore_list.png) | ||
|
||
|
||
## Viewing Datastores | ||
|
||
All currently configured datastores will appear in the paginated Datastore Connections panel. Search options are available to filter the datastore list. | ||
|
||
`Active` datastores are included when fulfilling privacy requests. | ||
|
||
`Disabled` datastores have their connection information saved, but are not included when privacy requests are executed. | ||
### Panel Options | ||
| Option | Description | | ||
|----|----| | ||
| Search | Retrieve a datastore by name. | | ||
| Datastore Type | Filter datastores by type: SaaS, Postgres, Mongo, etc. | | ||
| System Type | Filter datastores by system: SaaS, Database, or Manual. | | ||
| Testing Status | Filter stores by the result of their last test: Passed, Failed, or Untested. | | ||
| Status | Filter datastores by status: Active or Disabled. | | ||
|
||
## Testing datastores | ||
Each configured datastore includes an option to `Test` its connection. Fidesops will record the last tested time to the datastore's card, and update the current connection status. | ||
|
||
`Green` connections have passed their most recent test. | ||
|
||
`Red` connections have failed. | ||
|
||
`Grey` connections have not been tested. | ||
|
||
![failed test](../img/admin_ui/failed_test.png) | ||
|
||
|
||
## Disabling and deleting datastores | ||
|
||
Selecting the three dots menu `[...]` beside a datastore's connection status will bring up `Disable` and `Delete` options for that datastore. | ||
|
||
![datastore options](../img/admin_ui/datastore_options.png) | ||
|
||
Selecting either Disable or Delete will display a warning to confirm the action. Deleted datastores will have their connection information removed entirely from Fidesops, while Disabled datastores may be enabled again from the same menu at a later date. | ||
|
||
![delete datastore](../img/admin_ui/delete_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