tenant category

This category of logs contains the configuration of the tenant and of the applications enabled on this tenant.

setup action

The setup action means that the configuration of the tenant was completed. It generates an "info" severity log in the event of success, or an "warning" severity log in the event of an error.

The log fields for this action are as follows:

Field

Description

Type

Mandatory/Optional

tenant_id

Tenant identifier.

Example: 025f02fe-bee2-444b-bf76-b5ead30327c0

String in uuid v4 format Mandatory
modules

Names of the modules enabled.

Prescribed values:

  • kacls

  • crypto_api

  • pki

  • kas

  • dke

String Mandatory
errors

If a module cannot be enabled due to an incorrect configuration, this JSON object contains an error list with an error code and a message:

  • If the severity level is "info", the error list is empty, the module is enabled.

  • If the severity level is "err", the list contains at least one error.

Example: [

{

code: 2002010,

message: 'Module: Kas not enabled for tenantId bc337abd-0d4f-43f9-aaf6-54ef7268d2e5. Reason: Validation failed. Reasons are: [Wrong type error: <tenant>/kas/authentication property must be array]'

}

]

String Optional