You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Name of the environment variable or secret that holds the WebSocket server URI (`ws://` or `wss://`).
68844
+
example: WS_URI
68845
+
type: string
68846
+
username_key:
68847
+
description: Name of the environment variable or secret that holds the username. Used when `auth_strategy` is `basic`.
68848
+
example: WS_AUTH_USERNAME
68849
+
type: string
68850
+
required:
68851
+
- id
68852
+
- type
68853
+
- decoding
68854
+
- auth_strategy
68855
+
type: object
68856
+
x-pipeline-types: [logs]
68857
+
ObservabilityPipelineWebsocketSourceAuthStrategy:
68858
+
description: Authentication strategy for the WebSocket source connection.
68859
+
enum:
68860
+
- none
68861
+
- basic
68862
+
- bearer
68863
+
- custom
68864
+
example: bearer
68865
+
type: string
68866
+
x-enum-varnames:
68867
+
- NONE
68868
+
- BASIC
68869
+
- BEARER
68870
+
- CUSTOM
68871
+
ObservabilityPipelineWebsocketSourceTls:
68872
+
description: TLS configuration for the WebSocket source. Use `enabled` for standard `wss://` connections, or `with_client_cert` to present a client certificate for mutual TLS.
description: TLS configuration that enables encryption without a client certificate. Use this for standard `wss://` connections that do not require mutual TLS.
Copy file name to clipboardExpand all lines: cassettes/features/v2/observability_pipelines/Validate-an-observability-pipeline-with-websocket-source-bearer-auth-returns-OK-response.yml
0 commit comments