auditLog container should only be attached
if an application developer wants to add this feature as shown:
application: v2
name: "example-application"
version: "2026.1.0"
features:
multiNode: true
auditLog: true # <------ this flag will enable the service
When this flag is enabled, then the provider should
- attach a sidecar container
- create /mnt/storage/audit folder
- mount /mnt/storage/audit /audit as read only for the Application container
- mount /mnt/storage/audit /audit as readwrite for the auditLog container
- disable shell access command