We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd228ae commit 540b4e7Copy full SHA for 540b4e7
doc/source/configuration.rst
@@ -81,7 +81,13 @@ information.
81
82
* If you are using the V3 identity API you can grant the user just the rights
83
for listing the users adding the appropriate rules in the
84
- ``/etc/keystone/policy.json``.
+ ``/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",
91
92
cASO configuration
93
==================
0 commit comments