![David Lyle](/assets/img/avatar_default.png)
Adding default policy json file for ceilometer which is very sparse. Configuring access to metering panel to be RBAC gated. Using the appropriate policy checks to load the panel. Change-Id: Iad3ffe9d73fb994b146637e714c7d8c46102e104 Closes-Bug: #1419193 Partially-Closes: #1161144
7 lines
201 B
JSON
7 lines
201 B
JSON
{
|
|
"context_is_admin": "role:admin",
|
|
"context_is_project": "project_id:%(target.project_id)s",
|
|
"context_is_owner": "user_id:%(target.user_id)s",
|
|
"segregation": "rule:context_is_admin"
|
|
}
|