CRMar 23, 2019

PML: An Interpreter-Based Access Control Policy Language for Web Services

arXiv:1903.09756v111 citations
Originality Incremental advance
AI Analysis

This addresses the issue of high development costs and user learning burdens for cloud service providers and users, though it is incremental as it builds on existing access control models.

The authors tackled the problem of diverse and costly access control mechanisms in web services by proposing PML, a new policy language that unifies various models and is adopted in real-world projects, with performance overhead under 5.9us per request.

Access control is an important component for web services such as a cloud. Current clouds tend to design the access control mechanism together with the policy language on their own. It leads to two issues: (i) a cloud user has to learn different policy languages to use multiple clouds, and (ii) a cloud service provider has to customize an authorization mechanism based on its business requirement, which brings high development cost. In this work, a new access control policy language called PERM modeling language (PML) is proposed to express various access control models such as access control list (ACL), role-based access control (RBAC) and attribute-based access control (ABAC), etc. PML's enforcement mechanism is designed in an interpreter-on-interpreter manner, which not only secures the authorization code with sandboxing, but also extends PML to all programming languages that support Lua. PML is already adopted by real-world projects such as Intel's RMD, VMware's Dispatch, Orange's Gobis and so on, which proves PML's usability. The performance evaluation on OpenStack, CloudStack and Amazon Web Services (AWS) shows PML's enforcement overhead per request is under 5.9us.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes