032dd49db2
Both of these drivers were staged for removal in Rocky. Now that Rocky is open for development we can remove them. This commit removes just the bare-bones aspects of each. Subsequent patches will do the following: - Remove test class that were only meant for sql or uuid scenarios - Refactor the notification framework to not hint at token storage - Refactor the token provider API interfaces to be simpler and cleaner - Remove the needs_persistence property from the token provider API and document the ability to push that logic into individual providers that require it - Return 403 Forbidden for all requests to fetch a revocation list - Remove the signing directory configuration options These changes will result in simpler interfaces which will be important for people implementing their own token providers and storage layers. bp removed-as-of-rocky Change-Id: I76d5c29f6b1572ee3ec7f2b1af63ff31572de2ce
7 lines
249 B
YAML
7 lines
249 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.
|