summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorColleen Murphy <colleen@gazlene.net>2017-12-02 21:58:15 +0100
committerColleen Murphy <colleen@gazlene.net>2018-01-17 20:56:53 +0100
commit52a32aa583cf70704bc692f312f5e0061342d209 (patch)
tree8429314797173be985e21061c99abe86088394cc /setup.cfg
parent476d73ac20ab2d5ec35fd7de3501c17a369e0b75 (diff)
downloadkeystone-52a32aa583cf70704bc692f312f5e0061342d209.tar.gz
Add application credentials driver
Add a sql model and driver for application credential CRUD operations and authentication. bp application-credentials Change-Id: I192052434c0b0d49d1612824aec1034507dfd233
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a1d44f859..9fd9ea281 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -174,6 +174,9 @@ keystone.oauth1 =
keystone.revoke =
sql = keystone.revoke.backends.sql:Revoke
+keystone.application_credential =
+ sql = keystone.application_credential.backends.sql:ApplicationCredential
+
oslo.config.opts =
keystone = keystone.conf.opts:list_opts