Skip to content

Commit

Permalink
fix(ingest): Fix roll back failure when REST_API_AUTHORIZATION_ENABLE…
Browse files Browse the repository at this point in the history
…D is set to true (#9092)
  • Loading branch information
TonyOuyangGit authored Oct 26, 2023
1 parent ce6f833 commit 12f6fe0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metadata-service/war/src/main/resources/boot/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"GET_TIMELINE_PRIVILEGE",
"PRODUCE_PLATFORM_EVENT_PRIVILEGE",
"MANAGE_DATA_PRODUCTS",
"MANAGE_GLOBAL_OWNERSHIP_TYPES"
"MANAGE_GLOBAL_OWNERSHIP_TYPES",
"DELETE_ENTITY"
],
"displayName":"Root User - Edit and View All Resources",
"description":"Grants full edit and view privileges for all resources to root 'datahub' root user.",
Expand Down Expand Up @@ -263,7 +264,8 @@
"GET_ENTITY_PRIVILEGE",
"GET_TIMELINE_PRIVILEGE",
"PRODUCE_PLATFORM_EVENT_PRIVILEGE",
"MANAGE_DATA_PRODUCTS"
"MANAGE_DATA_PRODUCTS",
"DELETE_ENTITY"
],
"displayName":"Admins - Metadata Policy",
"description":"Admins have all metadata privileges.",
Expand Down

0 comments on commit 12f6fe0

Please sign in to comment.