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://`).
68650
+
example: WS_URI
68651
+
type: string
68652
+
username_key:
68653
+
description: Name of the environment variable or secret that holds the username. Used when `auth_strategy` is `basic`.
68654
+
example: WS_AUTH_USERNAME
68655
+
type: string
68656
+
required:
68657
+
- id
68658
+
- type
68659
+
- decoding
68660
+
- auth_strategy
68661
+
type: object
68662
+
x-pipeline-types: [logs]
68663
+
ObservabilityPipelineWebsocketSourceAuthStrategy:
68664
+
description: Authentication strategy for the WebSocket source connection.
68665
+
enum:
68666
+
- none
68667
+
- basic
68668
+
- bearer
68669
+
- custom
68670
+
example: bearer
68671
+
type: string
68672
+
x-enum-varnames:
68673
+
- NONE
68674
+
- BASIC
68675
+
- BEARER
68676
+
- CUSTOM
68677
+
ObservabilityPipelineWebsocketSourceTls:
68678
+
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