Skip to content

Commit

Permalink
Disable disk-based recording for TestSSH
Browse files Browse the repository at this point in the history
Updates #41935
  • Loading branch information
zmb3 committed May 24, 2024
1 parent cbb5382 commit cc484d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/tsh/common/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func TestSSH(t *testing.T) {
withRootConfigFunc(func(cfg *servicecfg.Config) {
cfg.Version = defaults.TeleportConfigVersionV2
cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Multiplex)
cfg.Auth.SessionRecordingConfig.SetMode(types.RecordAtNodeSync)
cfg.Proxy.KeyPairs = []servicecfg.KeyPairPath{{
PrivateKey: webKeyPath,
Certificate: webCertPath,
Expand All @@ -94,6 +95,7 @@ func TestSSH(t *testing.T) {
withLeafCluster(),
withLeafConfigFunc(func(cfg *servicecfg.Config) {
cfg.Version = defaults.TeleportConfigVersionV2
cfg.Auth.SessionRecordingConfig.SetMode(types.RecordAtNodeSync)
}),
)

Expand Down

0 comments on commit cc484d3

Please sign in to comment.