OpenSearch/x-pack/plugin/security/src
Ryan Ernst b8ef830c0a
Decouple AuditTrailService from AuditTrail (#53450) (#53760)
The AuditTrailService has historically been an AuditTrail itself, acting
as a composite of the configured audit trails. This commit removes that
interface from the service and instead builds a composite delegating
implementation internally. The service now has a single get() method to
get an AuditTrail implementation which may be called. If auditing is not
allowed by the license, an empty noop version is returned.
2020-03-19 14:39:01 -07:00
..
main Decouple AuditTrailService from AuditTrail (#53450) (#53760) 2020-03-19 14:39:01 -07:00
test Decouple AuditTrailService from AuditTrail (#53450) (#53760) 2020-03-19 14:39:01 -07:00