Remove PKI/PKIZ token in doc

The PKI/PKIZ token has been removed already. This patch remove the
related doc.

Change-Id: I5d29558d51fc6cc2fbf07a20bf58af0ded4996ed
This commit is contained in:
wangxiyuan 2018-01-25 17:50:03 +08:00
parent 48486544f3
commit 60d0283196
1 changed files with 1 additions and 7 deletions

View File

@ -31,12 +31,6 @@ UUID
``[token] driver`` option), but do not require any extra configuration
or setup.
PKI and PKIZ
``pki`` and ``pkiz`` tokens can be validated offline, without making HTTP
calls to keystone. However, this format requires that certificates be
installed and distributed to facilitate signing tokens and later validating
those signatures.
Fernet
``fernet`` tokens do not need to be persisted at all, but require that you run
``keystone-manage fernet_setup`` (also see the
@ -44,6 +38,6 @@ Fernet
.. warning::
UUID, PKI, PKIZ, and Fernet tokens are all bearer tokens. They
UUID and Fernet tokens are both bearer tokens. They
must be protected from unnecessary disclosure to prevent unauthorized
access.