teleport/integration
rosstimothy 9f094aaef6
Add tracing instrumentation for ssh clients/servers (#12434)
* Add tracing instrumentation for ssh clients/servers

Add tracing context to the existing ProxyHelloSignature to provide
span information across ssh connections. To add span context per
ssh session on top of new connections, the same tracing context is
passed in the first global request of the session.

In order to ensure that tracing context is pulled from and inserted
into the proper context.Context, some interfaces and methods were
changed to take one as the first argument.
2022-05-25 12:24:02 +00:00
..
hsm Run HSM integration tests in parallel (#12470) 2022-05-19 13:41:34 +00:00
app_integration_test.go App access JWT header improvements (#12567) 2022-05-11 22:15:11 +00:00
db_integration_test.go Upgrade MySQL driver to v1.5.0 (#12667) 2022-05-18 11:27:10 +02:00
ec2_test.go IAM Join Method (gRPC service) (#10087) 2022-02-10 00:41:34 +00:00
helpers.go Revert readyz changes (#12244) 2022-04-26 22:16:55 +00:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Add tracing instrumentation for ssh clients/servers (#12434) 2022-05-25 12:24:02 +00:00
kube_integration_test.go Don't enforce standard k8s and ssh auth mechanisms when joining sessions (#11144) 2022-05-05 19:42:57 +00:00
port_forwarding_test.go Cleaned up NewClient in integration tests. 2022-02-08 16:29:48 -08:00
ports.go Add ability to run Mongo proxy on separate listener (#9194) 2021-12-14 14:26:14 +01:00
proxy_helpers_test.go Fix flaky integration test: increase deadline (#12449) 2022-05-05 21:31:00 +00:00
proxy_test.go Ignore HTTP_PROXY in reverse tunnels, part 2 (#12335) 2022-05-11 23:00:58 +00:00
terminal_test.go Ports some integration tests to Testify/Subtests (#6884) 2021-05-26 19:05:46 -07:00
utmp_integration_test.go Remove needlessly complex key generation scheme (#12113) 2022-04-25 09:26:10 +00:00