diff --git a/app/server/appsmith-server/src/main/resources/public/appsmith/authz/acl.rego b/app/server/appsmith-server/src/main/resources/public/appsmith/authz/acl.rego index 4b8226bdf4..785cec15ea 100644 --- a/app/server/appsmith-server/src/main/resources/public/appsmith/authz/acl.rego +++ b/app/server/appsmith-server/src/main/resources/public/appsmith/authz/acl.rego @@ -71,6 +71,7 @@ authenticated_operations = [ {"method": "GET", "resource": "applications", "permission": "read:applications"}, {"method": "POST", "resource": "applications", "permission": "create:applications"}, {"method": "PUT", "resource": "applications", "permission": "update:applications"}, + {"method": "DELETE", "resource": "applications", "permission": "delete:applications"}, {"method": "GET", "resource": "groups", "permission": "read:groups"}, {"method": "POST", "resource": "groups", "permission": "create:groups"}, diff --git a/app/server/appsmith-server/src/main/resources/public/bundle.tar.gz b/app/server/appsmith-server/src/main/resources/public/bundle.tar.gz index de42a00d67..1f539aa5a4 100644 Binary files a/app/server/appsmith-server/src/main/resources/public/bundle.tar.gz and b/app/server/appsmith-server/src/main/resources/public/bundle.tar.gz differ