teleport/lib/service
Zac Bergquist c903cfa1d2
Cache static desktop labels (#18807)
This resolves a long-standing TODO, and ensures that we don't run
the same set of regular expression matches every heartbeat loop.
2022-11-29 18:18:59 +00:00
..
acme.go Use x/exp/slices instead of home grown utilities (#18524) 2022-11-17 15:25:46 +00:00
cfg.go Cache static desktop labels (#18807) 2022-11-29 18:18:59 +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 Add extra database validations to CreateDatabase (#18776) 2022-11-25 16:12:53 +00:00
db_test.go Update golangci-lint to 1.49.0 (#16507) 2022-09-19 22:38:59 +00:00
desktop.go This commit refactors some parts of Windows Desktop into lib/auth/windows in order to prepare it for more general use; in particular, pkinit/x509 authentication for SQL Server has the same certificate requirements, and it does not make sense to import desktop into database code. (#17870) 2022-10-31 22:49:00 +00:00
discovery.go Adds GCP GKE auto-discovery (#17831) 2022-11-11 18:10:29 +00:00
info.go Better signal handling and pools for gzip. 2018-02-19 10:57:26 -08:00
kubernetes.go Pass the process log config to Kube Service/Proxy (#17462) 2022-10-17 12:11:29 +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 Improve web ui ssh performance (#18656) 2022-11-28 14:00:51 +00:00
service_test.go Proritize HTTP/1.1 over HTTP/2. (#17886) 2022-11-01 15:38:50 +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