Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Step 1: Add the following metrics to the existing persister configs to make persister configs -

    Code Block
    isAuditEnabled: true
    module: PGR
    objecIdJsonPath: $.id
    tenantIdJsonPath: $.tenantId
    transactionCodeJsonPath: $.transactionCode
    auditAttributeBasePath: $.service
  2. Step 2: If a custom implementation of ConfigurableSignAndVerify interface is present, provide the signing algorithm implementation name as a part of audit.log.signing.algorithm property. For example, if the signing algorithm is HMAC, the property will be set as follows -

    Code Block
    audit.log.signing.algorithm=HMAC
  3. Step 3: Set egov.persist.yml.repo.path this property to the location of persister configs.

  4. Step 4: Run the audit-service application along with persister service.

...