What's Changed
Added
- Audit logs stored in database
- Column encrypted using AES/GCM/NoPadding
- New endpoint for fetching audit events
- requires to set environment variable with AES256-SECRET-KEY used in encryption algorithm
Changed
- Using JFrog for IDS dependency management
Removed
- Audit events are not stored into file with this change but in DB (H2 as default)
Full Changelog: 1.14.7...1.14.8