teleport/integration/appaccess
rosstimothy 20559218ad
Fix tsh windows builds (#28357)
#24864 added a dependency of lib/web into tsh which broke windows
tsh builds because lib/web transiently depends on lib/srv which
has linux specific code. This shuffles around a few things so
that lib/web is no longer importing lib/srv at all by:

- Indirectly using the srv.SessionController to apply session
control for web ssh sessions

- Moving the common reversetunnel interfaces into
reversetunnelclient since lib/reversetunnel imports
lib/srv/forward which imports lib/srv.

- Directly converting mysql client errors in the connection
tester instead of calling a common function.
2023-06-30 17:12:12 +00:00
..
appaccess_test.go Replace graviational/oxy.Forwarder with httputil.ReverseProxy (#27761) 2023-06-29 13:50:07 +00:00
fixtures.go Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
jwt.go security: Prevent app access authz bypass 2022-12-28 09:24:02 -08:00
main_test.go Run main test (#19134) 2022-12-07 20:30:51 +00:00
pack.go Fix tsh windows builds (#28357) 2023-06-30 17:12:12 +00:00