Skip to content

Commit 540b4e7

Browse files
committed
Document keystone policy configuration
Fixes #60
1 parent bd228ae commit 540b4e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/configuration.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ information.
8181

8282
* If you are using the V3 identity API you can grant the user just the rights
8383
for listing the users adding the appropriate rules in the
84-
``/etc/keystone/policy.json``.
84+
``/etc/keystone/policy.json`` as follows. Replace the line::
85+
86+
"identity:list_users": "rule:admin_required",
87+
88+
with::
89+
90+
"identity:list_users": "rule:admin_required or role:accounting",
8591

8692
cASO configuration
8793
==================

0 commit comments

Comments
 (0)