openstack-manuals/doc/common/samples/authentication.json
Christian Berendt fb598e0599 Add a '\n' at the end of the last line
Change-Id: I4df328719239e0fe5810cb854de66d3ce0a0a9a8
2014-10-01 07:46:57 +02:00

46 lines
786 B
JSON

{
"context_is_admin": [
[
"role:admin"
]
],
"admin_or_owner": [
[
"is_admin:True"
],
[
"project_id:%(project_id)s"
]
],
"default": [
[
"rule:admin_or_owner"
]
],
"admin_api": [
[
"is_admin:True"
]
],
"volume:create": [],
"volume:get_all": [],
"volume:get_volume_metadata": [],
"volume:get_snapshot": [],
"volume:get_all_snapshots": [],
"volume_extension:types_manage": [
[
"rule:admin_api"
]
],
"volume_extension:types_extra_specs": [
[
"rule:admin_api"
]
],
"...": [
[
"...:..."
]
]
}