Anchorage API reference
    Preparing search index...

    Type Alias SingleTenantAuditPosture

    SingleTenantAuditPosture:
        | { logger: AuditLogger; mode: "production" }
        | { allowUnaudited: true; mode: "development" }

    Audit behavior required by the single-deployment connector preset.

    Type Declaration

    • { logger: AuditLogger; mode: "production" }
      • logger: AuditLogger

        Logger receiving every connector decision and gate failure.

      • mode: "production"

        Production posture requires a configured audit logger.

    • { allowUnaudited: true; mode: "development" }
      • allowUnaudited: true

        Explicit acknowledgement that this preset has no audit trail.

      • mode: "development"

        Development is the only posture that may deliberately omit audit.