This task delivers the initial prototype of the Audit Logging service; it delivers the main functionalities of the service , with the following limitations:
- No cryptographic bindings available, i.e. log items are delivered in plain text, not in encrypted form (cryptographic interface support to be added at a later stage);
- No access policies/policy manager defined for accessing the log, add log items, delete log items, replace log items, i.e. access/addition/deletion of items is not restricted, and item replacement in the log is FIFO based (policy manager to be implemented at a later stage);
- There is no persistent storage option implemented, the log is RAM based only (support to persistent storage to be added at a later stage).