Properties

This section provides full details of all the properties used by the Atoti Audit Service.

All properties are defined in Spring Boot Configuration Property classes. This ensures that each property has a single source of truth for default values, and allows properties to be added throughout the codebase in a type-safe, reusable manner.

Where appropriate, properties are configured with default values. These defaults can be overridden by adding the property to an application.yml file and setting the new value. With appropriate IDE settings you can benefit from auto-completion and inline documentation when setting these properties in an application.yml or application.properties file.

Module properties

Key Description Default value
activeviam.apps.audit-service.enabled True if the audit service is enabled, false otherwise. true
activeviam.apps.audit-service.required-role The role required to access the audit service. If not set, no role is required.
activeviam.apps.audit-service.types The types of Audit Entries to retrieve, mapped by type name.