
This adds support for the audit middleware to Ironic, allowing the middleware to send two notifications per API request, one for the request and another for the response. This adds an option to enable or disable audit middleware. Also to properly audit API requests passing conf options via audit map file. AuditMiddleware docs: http://docs.openstack.org/developer/keystonemiddleware/audit.html Co-Authored-By: Chris Krelle <nobodycam@gmail.com> Closes-Bug: #1540232 Change-Id: I6de4751aa6b25e8457cae3eeab95a15f417662c5
11 lines
300 B
YAML
11 lines
300 B
YAML
---
|
|
features:
|
|
- |
|
|
The ironic-api service now supports logging audit messages of
|
|
api calls. The following configuration parameters have been added.
|
|
By default auditing of ironic-api service is turned off.
|
|
|
|
* [audit]/enabled
|
|
* [audit]/ignore_req_list
|
|
* [audit]/audit_map_file
|