Skip to content

Commit

Permalink
add new privilege to default policies.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 committed Jul 2, 2024
1 parent 23527f4 commit 9ad0d8a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata-service/war/src/main/resources/boot/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"MANAGE_GLOBAL_OWNERSHIP_TYPES",
"GET_ANALYTICS_PRIVILEGE",
"CREATE_BUSINESS_ATTRIBUTE",
"MANAGE_BUSINESS_ATTRIBUTE"
"MANAGE_BUSINESS_ATTRIBUTE",
"MANAGE_DOCUMENTATION_FORMS"
],
"displayName":"Root User - All Platform Privileges",
"description":"Grants all platform privileges to root user.",
Expand Down Expand Up @@ -179,7 +180,8 @@
"MANAGE_GLOBAL_OWNERSHIP_TYPES",
"GET_ANALYTICS_PRIVILEGE",
"CREATE_BUSINESS_ATTRIBUTE",
"MANAGE_BUSINESS_ATTRIBUTE"
"MANAGE_BUSINESS_ATTRIBUTE",
"MANAGE_DOCUMENTATION_FORMS"
],
"displayName":"Admins - Platform Policy",
"description":"Admins have all platform privileges.",
Expand Down Expand Up @@ -265,7 +267,8 @@
"MANAGE_GLOBAL_ANNOUNCEMENTS",
"MANAGE_GLOSSARIES",
"MANAGE_TAGS",
"MANAGE_BUSINESS_ATTRIBUTE"
"MANAGE_BUSINESS_ATTRIBUTE",
"MANAGE_DOCUMENTATION_FORMS"
],
"displayName":"Editors - Platform Policy",
"description":"Editors can manage ingestion and view analytics.",
Expand Down

0 comments on commit 9ad0d8a

Please sign in to comment.