Class ObservabilityPipelineMtlsServerTls

Configuration for enabling TLS encryption between the pipeline component and external connecting clients.

Hierarchy

  • ObservabilityPipelineMtlsServerTls

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 connecting clients' TLS certificates.

crtFile: string

Path to the TLS server certificate file used to used to identify the pipeline component to connecting clients.

keyFile?: string

Path to the private key file associated with the TLS server certificate.

keyPassKey?: string

Name of the environment variable or secret that holds the passphrase for the private key file.

verifyCertificate?: boolean

When true, requires client connections to present a valid certificate, enabling mutual TLS authentication.

Generated using TypeDoc