Disclaimer: The Fortanix CCM Datasets feature will only be enabled for Customers with an "Enterprise" license.
Introduction
A dataset contains information on how to securely retrieve remote data.
This includes the following:
- A location such as a URL to an external storage service.
- Credentials such as username, password, auth-token, and so on, which are stored securely in a KMS (currently this is Fortanix Data Security Manager).
You can leverage these objects to provide data to enclaves securely.
Fortanix CCM’s EDP and EnclaveOS products can retrieve datasets and their credentials when run in an approved Workflow. For more details about workflows, refer to User's Guide: Workflows.
Create a Dataset
To create a dataset.
- Click the Datasets icon in the CCM left panel.
Figure 1: Datasets - On the Datasets page, click the CREATE DATASET button to create a dataset.
Figure 2: Create Dataset - In the Create new dataset form, enter the following details:
- Name – the dataset name. For example: Dataset1.
- Description (optional) – the dataset description.
- Labels (optional)– attach one or more key-value labels to the dataset.
- Location – the URL where the data can be accessed.
- Long Description (optional)– enter the content in GitHub-flavoured Markdown file format. You can also use the Fetch Long Description button to get the Markdown file content from an external URL.
Figure 3: Fetch Long Description
The following is the sample long description in Markdown format:- Strikethrough Text
~~It is Strikethrough test..~~
- Blockquote Text
> Test Blockquote.
- Bold
**A sample Description.**
- Italic
*It is Italics*
- Bold and Italic
***Bold and Italics text***
- LinkThis is [Website](https://www.fortanix.com/)?
- Credentials – the credentials needed to access the data.
Figure 4: Create New Dataset - Click the CREATE DATASET button to create the dataset.
Figure 5: Dataset Created
Update a Dataset
To edit a dataset:
- In the dataset table view, select the dataset to edit.
- In the detailed view of the dataset, click the EDIT DATASET button to edit the dataset details.
Figure 6: Edit Dataset - You can edit the dataset Name, Description, Location, Labels, and Credentials.
- Click SAVE after you edited the dataset.
Figure 7: Save Dataset
Delete a Dataset
To delete a dataset:
- In the dataset table view, click on the dataset to delete.
- In the detailed view of the dataset, click the DELETE DATASET button to delete the dataset.
Figure 9: Delete a Dataset - In the confirmation window, click DELETE to delete the dataset.
Comments
Please sign in to leave a comment.