-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2022-12-12, Security 2022-12-26, Security 2023-01-09, Security 2023-01-23, Security 2023-02-06, Security 2023-02-20, Security 2023-03-06
-
162
Runtime audit configuration is currently implemented as 2 commands - setAuditConfig and getAuditConfig - that allow for setting and retrieving audit filters cluster-wide. Now that setClusterParameter and getClusterParameter provide a generalized way of doing this for any cluster server parameter, audit filters can be re-implemented as cluster server parameters that are retrieved and set via these commands instead.
For the sake of backwards compatibility, setAuditConfig and getAuditConfig will continue to work from a client's perspective and will effectively turn into aliases for the corresponding invocations of setClusterParameter and getClusterParameter.