summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-06 16:10:19 +0000
committerGerrit Code Review <review@openstack.org>2020-08-06 16:10:19 +0000
commita626ad12fe5a3abd49d70e3e5b95589d279ab578 (patch)
tree27d508ee1d70ec6087a1e964015aba0def06bc3f
parentc9f7cd460c2eabf1f78bb34b78c2b28186ece768 (diff)
parent884a4ea46153aa16fae0dc40cd271b081f9404f5 (diff)
downloadoslo-policy-a626ad12fe5a3abd49d70e3e5b95589d279ab578.tar.gz
Merge "Clarify what exactly an "access file" is"
-rw-r--r--doc/source/cli/oslopolicy-checker.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/cli/oslopolicy-checker.rst b/doc/source/cli/oslopolicy-checker.rst
index b72354f..bb4fee1 100644
--- a/doc/source/cli/oslopolicy-checker.rst
+++ b/doc/source/cli/oslopolicy-checker.rst
@@ -19,7 +19,9 @@ Description
-----------
The ``oslopolicy-policy-generator`` command can be used to check policy against
-the OpenStack Identity API access information.
+the OpenStack Identity API access information. The access information is a
+keystone token response from keystone's `authentication API
+<https://docs.openstack.org/api-ref/identity/v3/#password-authentication-with-scoped-authorization>`_.
Options
-------
@@ -28,8 +30,8 @@ Options
.. option:: --access ACCESS
- Path to a file containing OpenStack Identity API access info in JSON
- format.
+ Path to a file containing an OpenStack Identity API token response body in
+ JSON format.
.. option:: --enforcer_config ENFORCER_CONFIG