ffa7b113f9
The default api-paste.ini file maintained in the Barbican repo provides a pipeline with the audit middleware. This change adds the option for the middleware to the barbican.conf file generated by generator, so that users can find the related options easily. Depends-on: https://review.opendev.org/804316 Change-Id: I9f3ee9968f7558498c6fdb31d9103750ec248446
25 lines
874 B
Plaintext
25 lines
874 B
Plaintext
[DEFAULT]
|
|
output_file = etc/barbican/barbican.conf.sample
|
|
namespace = barbican.certificate.plugin
|
|
namespace = barbican.certificate.plugin.snakeoil
|
|
namespace = barbican.common.config
|
|
namespace = barbican.plugin.crypto
|
|
namespace = barbican.plugin.crypto.p11
|
|
namespace = barbican.plugin.crypto.simple
|
|
namespace = barbican.plugin.dogtag
|
|
namespace = barbican.plugin.secret_store
|
|
namespace = barbican.plugin.secret_store.kmip
|
|
namespace = barbican.plugin.secret_store.vault
|
|
namespace = keystonemiddleware.audit
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.middleware.healthcheck
|
|
namespace = oslo.middleware.http_proxy_to_wsgi
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.service
|
|
namespace = oslo.service.sslutils
|
|
namespace = oslo.service.wsgi
|