You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is the Home of the DataTrails Documentation.
4
4
5
-
DataTrails provides Provenance as a Service to attest trustworthiness of Assets and boost confidence in digital decisions. Find out more on our [website](https://DataTrails.ai).
5
+
DataTrails provides Provenance as a Service to attest trustworthiness of data and boost confidence in digital decisions. Find out more on our [website](https://DataTrails.ai).
Copy file name to clipboardExpand all lines: config/_default/params.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
title = "DataTrails"
5
5
titleSeparator = "-"
6
6
titleAddition = "Provenance as a Service to boost confidence in digital decisions."
7
-
description = "DataTrails provides Provenance as a Service to attest trustworthiness of assets, and boost confidence in digital decisions. Find out more on our [website](https://datatrails.ai)."
7
+
description = "DataTrails provides Provenance as a Service to attest trustworthiness of data and boost confidence in digital decisions. Find out more on our [website](https://datatrails.ai)."
Copy file name to clipboardExpand all lines: content/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title : "DataTrails"
3
-
description: "DataTrails provides Provenance as a Service to attest trustworthiness of assets, and boost confidence in digital decisions. Find out more on our [website](https:/datatrails/.ai)."
3
+
description: "DataTrails provides Provenance as a Service to attest trustworthiness of data and boost confidence in digital decisions. Find out more on our [website](https:/datatrails/.ai)."
4
4
lead: "Data provenance with a simple API."
5
5
sublead: "Prove and verify the provenance and authenticity of any data, anywhere."
Copy file name to clipboardExpand all lines: content/platform/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ aliases:
14
14
<divclass="col-md-12 col-lg-10 col-xl-10">
15
15
<h1>Platform</h1>
16
16
<p>If you are new to DataTrails, this is the place to start.<br></p>
17
-
<p>The foundations of understanding the DataTrails platform are explained in the Overview. This will introduce the basic (and not so basic) concepts and take you through creating your first Asset and registering the first Event of your audit trail.</p>
18
-
<p>The Administration section will show you how to manage your Tenancy and control access to your Assets.
17
+
<p>The foundations of understanding the DataTrails platform are explained in the Overview. This will introduce the main concepts and take you through registering the first Events of your Audit Trail.</p>
18
+
<p>The Administration section will show you how to manage your Tenancy and control access to the Events you create.
19
19
<p> Check out the sub-sections below for more information!</p>
Copy file name to clipboardExpand all lines: content/platform/administration/sharing-access-inside-your-tenant/index.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,26 @@ aliases:
21
21
**Caution:** You will only have access to the `Access Policies` screen if you are an Administrator in your organization.
22
22
{{< /caution >}}
23
23
24
-
Attribute-Based Access Control (ABAC) policies can be used to control access to Assets, their attributes, and Events within a single organization.
24
+
Attribute-Based Access Control (ABAC) policies can be used to control access Audit Trails and Events within a single organization.
25
25
26
26
Specifically, ABAC policies are created by Administrators to share information with Non-Administrators in the same Tenancy.
27
27
28
28
ABAC policies can be granular, with users only allowed to see single attributes at a time.
29
29
30
-
It is possible to control policies based on types of Assets, their location, and whether Users can read or write any information in an Asset.
30
+
It is possible to control read and write access to Trails based on a combination of properties of the Trail as specified in the Asset attributes, such as type and location (eg: "all models trained in Gondwalaland")
31
31
32
-
By default, no Non-Administrators will see any existing Assets and Events unless an Administrator explicitly creates an ABAC policy to allow it.
32
+
By default, new users will not see any existing Trails or Events until an Administrator explicitly creates an ABAC policy to allow them.
33
33
34
34
{{< note >}}
35
35
**Note:** To create an ABAC policy, first [add users to your tenancy](/platform/administration/identity-and-access-management/#how-do-i-add-users-to-my-organization).
36
36
{{< /note >}}
37
37
38
38
## Creating an ABAC Policy
39
39
{{< note >}}
40
-
**Note:** Access polices are applied to the Asset. This means that when a policy is created or updated an Event will be recorded in the audit trail of matching Assets from the Actor `Archivist Internal`.
40
+
**Note:** Access policies are applied to the Trail and are themselves transparent.
41
+
When a policy is created or updated, an Event will be recorded in the audit trail of matching Assets from the Actor `Archivist Internal` to let people know if their access has changed.
42
+
This prevents 'log black-out' attacks.
43
+
41
44
{{< /note >}}
42
45
Consider the Shipping Container Asset we created. There may be many people within an organization who need access to specific attributes of the container.
43
46
@@ -86,12 +89,12 @@ Create an empty file, in later steps we will add the correct JSON.
86
89
When adding a policy, you will see this form:
87
90
{{< img src="PolicyForm.png" alt="Rectangle" caption="<em>Policy Web Form</em>" class="border-0" >}}
88
91
89
-
Here you can apply policy filters to the correct Assets. In this case, we shall apply the policy to any Asset with the type `Shipping Container`.
92
+
Here you can apply policy filters to apply to specific Trails or groups of Trails. In this case, we shall apply the policy to any Asset with the type `Shipping Container`.
90
93
91
94
{{< img src="PolicyABACFilter.png" alt="Rectangle" caption="<em>Filtering for specific Assets and Locations</em>" class="border-0" >}}
92
95
{{< /tab >}}
93
96
{{< tab name="JSON" >}}
94
-
Filters can use `and` or `or` to categorize Assets. You may also use filters on attribute values, such as `=` and `!=` for equal and not equal, respectively. These can be used for specific attribute values, or to check if the value exists at all. For example, to filter for Assets not associated with a location, you could use:
97
+
Filters can use `and` or `or` to define scope. You may also use filters on attribute values, such as `=` and `!=` for equal and not equal, respectively. These can be used for specific attribute values, or to check if the value exists at all. For example, to filter for Assets not associated with a location, you could use:
95
98
96
99
```json
97
100
"attributes.arc_home_location_identity!=*"
@@ -124,10 +127,10 @@ Following our Shipping Container example, this is how we would set our Asset fil
124
127
{{< /tab >}}}
125
128
{{< /tabs >}}
126
129
127
-
1. Enter the desired `Permissions` to set user's Asset and Event attribute access
130
+
1. Enter the desired `Permissions` to set user's access
128
131
{{< tabs name="permissions_abac" >}}
129
132
{{{< tab name="UI" >}}
130
-
We select the `Permissions` Tab to set Users' Asset and Event attribute access policy.
133
+
We select the `Permissions` Tab to set Users' access policy.
In this example, the `User` actor is identified by email. Type the relevant email address and hit enter; you may also see a dropdown list of users within your tenancy.
0 commit comments