Project

General

Profile

Feature #36193

Updated by Volker Theile over 5 years ago

Add the ability to auditing REST API calls. This should include all requests that manipulate the configuration/cluster (e.g. PUT/POST/DELETE). It does not make sense to log GET request. 

 The following features should be included: 
 - Add config option to enable/disable audit logging 
 - Add an option to filter what is logged (to reduce number of log messages) 
 - Add config option to enable/disable the logging of the request payload 

Back