Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional caPath to the Certificate Authority (CA) file used to validate connecting clients' TLS certificates.
Path to the TLS server certificate file used to used to identify the pipeline component to connecting clients.
Optional keyPath to the private key file associated with the TLS server certificate.
Optional keyName of the environment variable or secret that holds the passphrase for the private key file.
Optional verifyWhen true, requires client connections to present a valid certificate, enabling mutual TLS authentication.
Generated using TypeDoc
Configuration for enabling TLS encryption between the pipeline component and external connecting clients.