Configuration for enabling TLS encryption.

Hierarchy

  • ObservabilityPipelineTls

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
caFile?: string

Path to the Certificate Authority (CA) file used to validate the server’s TLS certificate.

crtFile: string

Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.

keyFile?: string

Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.

Generated using TypeDoc