keystone/releasenotes/notes/removed-as-of-rocky-f44c3ba7c3e73d01.yaml
Lance Bragstad eaa5435416 Remove token bind capabilities
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
2018-06-29 16:10:07 +00:00

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.