Refactor the Keystone token providers page
This refactor makes the page a bit more generic to match file filename, such that additional content can be added beyond just information about the various token providers (such as authorization scopes!). Change-Id: I4c65f2ffd718caa37f0d3ad217b432a5aae9e368 Related-Bug: 1214576
This commit is contained in:
parent
b11afc44db
commit
eaf0b7f366
@ -1,11 +1,19 @@
|
||||
========================
|
||||
Keystone token providers
|
||||
========================
|
||||
===============
|
||||
Keystone tokens
|
||||
===============
|
||||
|
||||
Tokens are used to interact with the various OpenStack APIs. The token type
|
||||
issued by keystone is configurable through the ``etc/keystone.conf`` file.
|
||||
Currently, there are four supported token types and they include ``UUID``,
|
||||
``fernet``, ``PKI``, and ``PKIZ``.
|
||||
Tokens are used to authenticate and authorize your interactions with the
|
||||
various OpenStack APIs. Tokens come in many flavors, representing various
|
||||
authorization scopes and sources of identity. There are also several different
|
||||
"token providers", each with their own user experience, performance, and
|
||||
deployment characteristics.
|
||||
|
||||
Token providers
|
||||
---------------
|
||||
|
||||
The token type issued by keystone is configurable through the
|
||||
``etc/keystone.conf`` file. Currently, there are four supported token types and
|
||||
they include ``UUID``, ``fernet``, ``PKI``, and ``PKIZ``.
|
||||
|
||||
UUID tokens
|
||||
~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user