From 032dd49db21c54b0435e48bcffae7cda007c9e85 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Sat, 10 Feb 2018 00:47:51 +0000 Subject: Remove the sql token driver and uuid token provider 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 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2b4addeaf..39584e284 100644 --- a/setup.cfg +++ b/setup.cfg @@ -152,12 +152,8 @@ keystone.resource.domain_config = keystone.role = sql = keystone.assignment.role_backends.sql:Role -keystone.token.persistence = - sql = keystone.token.persistence.backends.sql:Token - keystone.token.provider = fernet = keystone.token.providers.fernet:Provider - uuid = keystone.token.providers.uuid:Provider keystone.trust = sql = keystone.trust.backends.sql:Trust -- cgit v1.2.1