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: docs/features/feature-guides/access-roles.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,20 @@ import FeatureAvailability from '@site/src/components/FeatureAvailability';
2
2
import Tabs from '@theme/Tabs';
3
3
import TabItem from '@theme/TabItem';
4
4
5
-
# Access Management
5
+
# Data Access Roles
6
6
7
7
<FeatureAvailability/>
8
8
9
+
> **Note**: This feature is under active development and subject to significant change.
10
+
9
11
## Introduction
10
12
11
-
DataHub's Access Management feature allows you to associate external roles from your source systems with your data assets in DataHub. This creates a unified view of access control across your data ecosystem, helping data consumers:
13
+
DataHub's Access Roles feature allows you to ingest external roles from your source systems with your data assets in DataHub so that users can understand which roles they need in order to access a given asset.
14
+
15
+
Whereas [Data Access Workflows](../../managed-datahub/workflows/access-workflows.md) enable you to create workflows for requesting and reviewing access for tables, dashboards, etc, this feature enables users to understand the roles
16
+
that already have access for a given asset, and redirect to an external platform to request access to the role.
17
+
18
+
This creates a unified view of access control across your data ecosystem, helping data consumers:
12
19
13
20
1.**Discover available access** - Find what roles are already provisioned for them across different data platforms
14
21
2.**Request appropriate access** - Easily identify and request to join the appropriate role for the access they need
0 commit comments