eaa5435416
Token bind operations were deprecated in Pike with UUID tokens and staged for removal in Rocky. https://review.openstack.org/#/c/428388/ This change does keep a configuration option around since it was not officially deprecated with the rest of the token bind functionality. The option is being officially deprecated in this commit and additional context about the change was added to the help text for the option. bp removed-as-of-rocky Change-Id: I7a42408893c782bcc20fb40ebba5f2d8af9da6a5
17 lines
880 B
YAML
17 lines
880 B
YAML
---
|
|
other:
|
|
- |
|
|
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
|
|
The ``sql`` token driver and ``uuid`` token providers have been removed
|
|
in favor of the ``fernet`` token provider.
|
|
- >
|
|
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
|
|
Removed support for direct import of authentication drivers. If you're
|
|
using full path names for authentication methods in configuration, please
|
|
update your configuration to use the corresponding namespaces.
|
|
- >
|
|
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
|
|
Removed support for token bind operations, which were supported by the
|
|
``uuid``, ``pki``, and ``pkiz`` token providers. Support for this
|
|
feature was deprecated in Pike.
|