Skip to content

Commit

Permalink
doc: mark deprecated feature (#11175)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Aug 15, 2024
1 parent 3903b17 commit b447306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/authorization/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,13 @@ These privileges are for DataHub operators to access & manage the administrative
| View Tests | View Asset Tests. |
| Manage Tests[^2] | Allow actor to create and remove Asset Tests. |
| View Metadata Proposals[^2] | Allow actor to view the requests tab for viewing metadata proposals. |
| Create metadata constraints[^2] | Allow actor to create metadata constraints. |
| Create metadata constraints[^3] | Allow actor to create metadata constraints. |
| Manage Platform Settings[^2] | Allow actor to view and change platform-level settings, like integrations & notifications. |
| Manage Monitors[^2] | Allow actor to create, update, and delete any data asset monitors, including Custom SQL monitors. Grant with care. |

[^1]: Only active if REST_API_AUTHORIZATION_ENABLED is true
[^2]: DataHub Cloud only
[^3]: Deprecated feature

#### Entity Management

Expand Down
4 changes: 3 additions & 1 deletion docs/authorization/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@ These privileges are only relevant to DataHub Cloud.
|-----------------------------|--------------------|--------------------|--------|-----------------------------------------------------------------------------------------------------|
| Manage Tests | :heavy_check_mark: | :heavy_check_mark: | :x: | Create and remove Asset Tests. |
| View Metadata Proposals | :heavy_check_mark: | :heavy_check_mark: | :x: | View the requests tab for viewing metadata proposals. |
| Create metadata constraints | :heavy_check_mark: | :heavy_check_mark: | :x: | Create metadata constraints. |
| Create metadata constraints[^1] | :heavy_check_mark: | :heavy_check_mark: | :x: | Create metadata constraints. |
| Manage Platform Settings | :heavy_check_mark: | :x: | :x: | View and change platform-level settings, like integrations & notifications. |
| Manage Monitors | :heavy_check_mark: | :x: | :x: | Create, update, and delete any data asset monitors, including Custom SQL monitors. Grant with care. |

[^1]: Deprecated feature

##### Metadata Privileges

| Privilege | Admin | Editor | Reader | Description |
Expand Down

0 comments on commit b447306

Please sign in to comment.