summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-02-10 00:47:51 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-02-12 17:32:47 +0000
commit032dd49db21c54b0435e48bcffae7cda007c9e85 (patch)
tree20ae2fc325111087b0b17c1d4b245030a4ce3837 /setup.cfg
parente0981acd9ede31f29c83e6e6811fe5803289b450 (diff)
downloadkeystone-032dd49db21c54b0435e48bcffae7cda007c9e85.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
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