teleport/lib/service
Jakub Nyckowski 15937ebd68
Pass context to reverse tunnel server (#20003)
Currently, there is no wait to cancel Wait() in the reverse tunnel. This behavior has been exposed by TestTokens test, which caused the tests to timeout.
This change fixes the test and avoids potential server deadlock on close. I'll analyze in parallel what is the root cause of the reverse tunnel hanging on Wait(), but we should have the option to cancel wait anyway.
2023-01-10 19:00:42 +00:00
..
acme.go Use x/exp/slices instead of home grown utilities (#18524) 2022-11-17 15:25:46 +00:00
certreloader.go Periodically reload proxy certificates (#19996) 2023-01-10 16:27:40 +00:00
certreloader_test.go Periodically reload proxy certificates (#19996) 2023-01-10 16:27:40 +00:00
cfg.go Periodically reload proxy certificates (#19996) 2023-01-10 16:27:40 +00:00
cfg_test.go Cache static desktop labels (#18807) 2022-11-29 18:18:59 +00:00
connect.go For config v3, improve the error message when failing to connect to the auth service (#17847) 2022-10-28 17:23:24 +00:00
db.go Enable Authorizer-based device authorization (#19659) 2023-01-03 17:09:15 +00:00
db_test.go Update golangci-lint to 1.49.0 (#16507) 2022-09-19 22:38:59 +00:00
desktop.go Adds show_desktop_wallpaper flag, disables Windows wallpaper by default (#19541) 2023-01-06 17:26:15 +00:00
discovery.go Make a few Teleport process functions public for Enterprise use. (#19490) 2022-12-21 17:57:10 +00:00
info.go Better signal handling and pools for gzip. 2018-02-19 10:57:26 -08:00
kubernetes.go Enable device authorization for k8s access (#19923) 2023-01-05 22:29:36 +00:00
listeners.go Remove centralised port allocation for tests (#13658) 2022-07-20 12:04:54 +10:00
proxy_settings.go Introduce config v3, add auth_server and proxy_server, remove auth_addresses (#15761) 2022-09-28 15:30:15 +00:00
service.go Pass context to reverse tunnel server (#20003) 2023-01-10 19:00:42 +00:00
service_test.go Periodically reload proxy certificates (#19996) 2023-01-10 16:27:40 +00:00
signals.go Refactor Supervisor.WaitForEvent (#14940) 2022-07-28 13:34:27 +00:00
state.go Move prometheus collectors from utils to metrics (#15288) 2022-08-09 17:35:19 +00:00
state_test.go Revert readyz changes (#12244) 2022-04-26 22:16:55 +00:00
supervisor.go Refactor Supervisor.WaitForEvent (#14940) 2022-07-28 13:34:27 +00:00
validateconfig.go Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
validateconfig_test.go Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00