Remove the revocation api config section

In parsing the configuration.rst doc and porting important bits over
to the admin-guide, I noticed the revocation events section isn't
very accurate.

The revocation API (GET /v3/OS-REVOKE/events) has been deprecated and
only returns an empty list, since it was only used for PKI/Z tokens,
which are no longer supported by keystone.

Otherwise revocation events are a structure that keystone only uses
internally. This commit removes it from the configuration.rst guide.
The information that was accurate in the guide is already documented
in configuration and the API.

Change-Id: I45d16fd50239efc543fe20b228b021f65cfd104d
This commit is contained in:
Lance Bragstad 2017-06-26 19:35:44 +00:00
parent 9070172084
commit e2b0ba21e6
1 changed files with 0 additions and 20 deletions

View File

@ -1111,26 +1111,6 @@ api-ref/identity/v3-ext/index.html#os-oauth1-api>`_ for the details of
API definition.
Revocation Events
=================
The Revocation Events feature provides a list of token revocations. Each event
expresses a set of criteria which describes a set of tokens that are
no longer valid.
Add the revoke backend driver to the ``[revoke]`` section in
``keystone.conf``. For example:
.. code-block:: ini
[revoke]
driver = sql
See `API Specification for Revocation Events <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-revoke-api>`_ for
the details of API definition.
Token Binding
=============