Skip to content

Commit 145cbd4

Browse files
authored
docs(): Add View-related permissions to DataHub docs (#7600)
1 parent 8c1fa04 commit 145cbd4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/authorization/access-policies-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ In the second step, we can simply select the Privileges that this Platform Polic
108108
| Manage Glossaries | Allow the actor to create, edit, move, and delete Glossary Terms and Term Groups |
109109
| Create Tags | Allow the actor to create new Tags |
110110
| Manage Tags | Allow the actor to create and remove any Tags |
111+
| Manage Public Views | Allow the actor to create, edit, and remove any public (shared) Views. |
111112
| Restore Indices API[^1] | Allow the actor to restore indices for a set of entities via API |
112113
| Enable/Disable Writeability API[^1] | Allow the actor to enable or disable GMS writeability for use in data migrations |
113114
| Apply Retention API[^1] | Allow the actor to apply aspect retention via API |
114115

115-
[^1]: Only active if REST_API_AUTHORIZATION_ENABLED is true
116+
[^1]: Only active if REST_API_AUTHORIZATION_ENABLED environment flag is enabled
116117

117118
#### Step 3: Choose Policy Actors
118119

docs/authorization/policies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ We currently support the following:
8585
| Manage Glossaries | Allow the actor to create, edit, move, and delete Glossary Terms and Term Groups |
8686
| Create Tags | Allow the actor to create new Tags |
8787
| Manage Tags | Allow the actor to create and remove any Tags |
88+
| Manage Public Views | Allow the actor to create, edit, and remove any public (shared) Views. |
8889
| Restore Indices API[^1] | Allow the actor to restore indices for a set of entities via API |
8990
| Enable/Disable Writeability API[^1] | Allow the actor to enable or disable GMS writeability for use in data migrations |
9091
| Apply Retention API[^1] | Allow the actor to apply aspect retention via API |

docs/authorization/roles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ These privileges are common to both Self-Hosted DataHub and Managed DataHub.
9191
| Manage Users and Groups | :heavy_check_mark: | :x: | :x: |
9292
| Manage Access Tokens | :heavy_check_mark: | :x: | :x: |
9393
| Manage User Credentials | :heavy_check_mark: | :x: | :x: |
94+
| Manage Public Views | :heavy_check_mark: | :x: | :x: |
9495
| View Analytics | :heavy_check_mark: | :x: | :x: |
9596

9697
##### Metadata Privileges

0 commit comments

Comments
 (0)