Skip to content

[JobAudit] Enable infrastruture for auditLog feature #5413

@vushu

Description

@vushu

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions