2013-12-06 17:31:02 +02:00
|
|
|
[metadata]
|
|
|
|
name = barbican
|
2016-10-06 17:14:47 -04:00
|
|
|
summary = OpenStack Secure Key Management
|
2013-12-06 17:31:02 +02:00
|
|
|
description = Service for storing sensitive client information for OpenStack
|
2021-04-26 14:35:46 +08:00
|
|
|
description_file =
|
2019-08-05 17:09:10 +02:00
|
|
|
README.rst
|
2013-12-06 17:31:02 +02:00
|
|
|
author = OpenStack
|
2021-04-26 14:35:46 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/barbican/latest/
|
|
|
|
python_requires = >=3.6
|
2013-12-06 17:31:02 +02:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2020-04-28 10:48:37 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2016-03-08 10:25:36 -08:00
|
|
|
Programming Language :: Python :: 3
|
2019-04-14 18:56:20 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-06-21 11:47:25 -04:00
|
|
|
Programming Language :: Python :: 3.7
|
2020-04-28 10:48:37 +02:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-11-24 18:24:24 -06:00
|
|
|
Programming Language :: Python :: 3.9
|
2013-12-06 17:31:02 +02:00
|
|
|
|
|
|
|
[files]
|
2017-09-21 15:01:08 +01:00
|
|
|
data_files =
|
|
|
|
etc/barbican =
|
|
|
|
etc/barbican/barbican-api-paste.ini
|
2013-12-06 17:31:02 +02:00
|
|
|
packages =
|
|
|
|
barbican
|
|
|
|
|
2016-07-19 15:30:08 +02:00
|
|
|
[extras]
|
|
|
|
dogtag =
|
2016-10-27 12:12:14 +00:00
|
|
|
dogtag-pki>=10.3.5.1 # LGPLv3+
|
2016-07-19 15:30:08 +02:00
|
|
|
|
2013-12-06 17:31:02 +02:00
|
|
|
[entry_points]
|
2017-09-03 21:33:47 +08:00
|
|
|
oslo.policy.enforcer =
|
|
|
|
barbican = barbican.common.policy:get_enforcer
|
|
|
|
|
2017-02-09 18:19:15 +08:00
|
|
|
oslo.policy.policies =
|
|
|
|
barbican = barbican.common.policies:list_rules
|
|
|
|
|
2015-06-17 22:45:07 +00:00
|
|
|
console_scripts =
|
2016-02-18 14:54:24 -06:00
|
|
|
barbican-manage = barbican.cmd.barbican_manage:main
|
2015-06-17 22:45:07 +00:00
|
|
|
barbican-db-manage = barbican.cmd.db_manage:main
|
|
|
|
barbican-keystone-listener = barbican.cmd.keystone_listener:main
|
|
|
|
barbican-worker = barbican.cmd.worker:main
|
2015-06-26 11:59:02 -05:00
|
|
|
pkcs11-kek-rewrap = barbican.cmd.pkcs11_kek_rewrap:main
|
2015-10-27 15:54:26 -05:00
|
|
|
pkcs11-key-generation = barbican.cmd.pkcs11_key_generation:main
|
2015-04-06 08:08:04 -05:00
|
|
|
barbican-retry = barbican.cmd.retry_scheduler:main
|
2018-10-18 16:43:23 +05:30
|
|
|
barbican-status = barbican.cmd.status:main
|
2015-06-17 22:45:07 +00:00
|
|
|
|
2017-06-23 14:04:05 -04:00
|
|
|
wsgi_scripts =
|
|
|
|
barbican-wsgi-api = barbican.api.app:get_api_wsgi_script
|
|
|
|
|
2014-06-29 17:00:17 -05:00
|
|
|
barbican.secretstore.plugin =
|
|
|
|
store_crypto = barbican.plugin.store_crypto:StoreCryptoAdapterPlugin
|
2014-08-15 16:57:50 -04:00
|
|
|
dogtag_crypto = barbican.plugin.dogtag:DogtagKRAPlugin
|
2014-11-18 10:33:59 +00:00
|
|
|
kmip_plugin = barbican.plugin.kmip_secret_store:KMIPSecretStore
|
2017-10-17 11:15:51 -04:00
|
|
|
vault_plugin = barbican.plugin.vault_secret_store:VaultSecretStore
|
2013-12-06 17:31:02 +02:00
|
|
|
barbican.crypto.plugin =
|
2014-06-29 17:00:17 -05:00
|
|
|
p11_crypto = barbican.plugin.crypto.p11_crypto:P11CryptoPlugin
|
|
|
|
simple_crypto = barbican.plugin.crypto.simple_crypto:SimpleCryptoPlugin
|
2014-08-18 12:47:55 -05:00
|
|
|
barbican.certificate.plugin =
|
|
|
|
simple_certificate = barbican.plugin.simple_certificate_manager:SimpleCertificatePlugin
|
2015-05-01 14:25:47 +02:00
|
|
|
snakeoil_ca = barbican.plugin.snakeoil_ca:SnakeoilCACertificatePlugin
|
2014-08-18 12:47:55 -05:00
|
|
|
symantec = barbican.plugin.symantec:SymantecCertificatePlugin
|
|
|
|
dogtag = barbican.plugin.dogtag:DogtagCAPlugin
|
|
|
|
barbican.certificate.event.plugin =
|
|
|
|
simple_certificate_event = barbican.plugin.simple_certificate_manager:SimpleCertificateEventPlugin
|
2013-12-06 17:31:02 +02:00
|
|
|
barbican.test.crypto.plugin =
|
|
|
|
test_crypto = barbican.tests.crypto.test_plugin:TestCryptoPlugin
|
2016-07-11 19:41:28 +02:00
|
|
|
oslo.config.opts =
|
|
|
|
barbican.common.config = barbican.common.config:list_opts
|
|
|
|
barbican.plugin.secret_store = barbican.plugin.interface.secret_store:list_opts
|
|
|
|
barbican.plugin.crypto = barbican.plugin.crypto.manager:list_opts
|
|
|
|
barbican.plugin.crypto.simple = barbican.plugin.crypto.simple_crypto:list_opts
|
2017-07-14 15:22:45 +08:00
|
|
|
barbican.plugin.dogtag = barbican.plugin.dogtag_config_opts:list_opts
|
2016-07-11 19:41:28 +02:00
|
|
|
barbican.plugin.crypto.p11 = barbican.plugin.crypto.p11_crypto:list_opts
|
|
|
|
barbican.plugin.secret_store.kmip = barbican.plugin.kmip_secret_store:list_opts
|
2017-10-17 11:15:51 -04:00
|
|
|
barbican.plugin.secret_store.vault = barbican.plugin.vault_secret_store:list_opts
|
2016-07-11 19:41:28 +02:00
|
|
|
barbican.certificate.plugin = barbican.plugin.interface.certificate_manager:list_opts
|
|
|
|
barbican.certificate.plugin.snakeoil = barbican.plugin.snakeoil_ca:list_opts
|
|
|
|
oslo.config.opts.defaults =
|
2020-12-06 14:19:06 -06:00
|
|
|
barbican.common.config = barbican.common.config:set_lib_defaults
|
2013-04-01 18:26:03 -05:00
|
|
|
|
|
|
|
# TBD: OpenStack stuff...
|
|
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
2018-07-12 13:59:58 +07:00
|
|
|
# coverage https://pypi.org/project/coverage
|
|
|
|
# tissue https://pypi.org/project/tissue (pep8 checker)
|
2013-04-01 18:26:03 -05:00
|
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
|
|
#verbosity=2
|
|
|
|
#detailed-errors=1
|
|
|
|
#with-openstack=1
|
|
|
|
#openstack-red=0.05
|
|
|
|
#openstack-yellow=0.025
|
|
|
|
#openstack-show-elapsed=1
|
|
|
|
#openstack-color=1
|
|
|
|
|
|
|
|
#[install]
|
|
|
|
#install-lib=/usr/local/bin/vbarbican/lib/python2.7/site-packages/
|