Class ObservabilityPipelineClickhouseDestinationAuth

HTTP Basic Authentication credentials for the ClickHouse destination. When strategy is basic, provide username_key and password_key that reference environment variables or secrets containing the credentials.

Hierarchy

  • ObservabilityPipelineClickhouseDestinationAuth

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
passwordKey?: string

Name of the environment variable or secret that contains the ClickHouse password.

The authentication strategy for ClickHouse HTTP requests. Only basic is supported.

usernameKey?: string

Name of the environment variable or secret that contains the ClickHouse username.

Generated using TypeDoc