-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
executable file
·55 lines (47 loc) · 1.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
name = keystone-rba-plugin
summary = Risk-based authentication plugin for OpenStack Keystone.
description_file =
README.md
description_content_type = text/markdown; charset=UTF-8
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
keystone_rba_plugin
[extras]
# memcache =
# python-memcached>=1.56 # PSF
bandit =
bandit>=1.1.0 # Apache-2.0
[compile_catalog]
directory = keystone_rba_plugin/locale
domain = keystone_rba_plugin
[update_catalog]
domain = keystone_rba_plugin
output_dir = keystone_rba_plugin/locale
input_file = keystone_rba_plugin/locale/keystone_rba_plugin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = keystone_rba_plugin/locale/keystone_rba_plugin.pot
[entry_points]
keystone.auth.rba =
default = keystone_rba_plugin.auth.plugins.rba:RiskBasedAuthentication
keystone.rba =
sql = keystone_rba_plugin.rba.backends.sql:AuthenticationHistory
smtp = keystone_rba_plugin.rba.backends.smtp:PasscodeMessenger
oslo.config.opts =
keystone_rba_plugin = keystone_rba_plugin.conf.rba:list_opts