Class ObservabilityPipelinePrometheusRemoteWriteSourceValidToken

An accepted token used to authenticate incoming Prometheus Remote Write requests.

Hierarchy

  • ObservabilityPipelinePrometheusRemoteWriteSourceValidToken

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
enabled?: boolean

Indicates whether this token is currently accepted. Disabled tokens are rejected without being removed from the configuration.

Specifies where the worker extracts the token from in the incoming HTTP request. This can be either a built-in location (path or address) or an HTTP header object.

tokenKey: string

Name of the environment variable or secret that holds the expected token value.

Generated using TypeDoc