diff options
author | Colleen Murphy <colleen@gazlene.net> | 2017-12-02 21:58:15 +0100 |
---|---|---|
committer | Colleen Murphy <colleen@gazlene.net> | 2018-01-17 20:56:53 +0100 |
commit | 52a32aa583cf70704bc692f312f5e0061342d209 (patch) | |
tree | 8429314797173be985e21061c99abe86088394cc /setup.cfg | |
parent | 476d73ac20ab2d5ec35fd7de3501c17a369e0b75 (diff) | |
download | keystone-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.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |