package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Functions
CopyAndConfigureTLS can be used to copy and modify an existing *tls.Config for Teleport application proxy servers.
FindPublicAddr tries to resolve the public address of the proxy of this cluster.
New returns a new application server.
NewCloud creates a new cloud service.
NewConnectionsHandler returns a new ConnectionsHandler.
# Structs
AWSSigninRequest is a request to generate AWS console signin URL.
AWSSigninResponse contains AWS console signin URL.
CloudConfig is the configuration for cloud service.
Config is the configuration for an application server.
ConnectionsHandler handles Connections for the ApplicationService.
ConnectionsHandlerConfig is the configuration for a ConnectionsHandler.
Server is an application server.
# Interfaces
Cloud provides cloud provider access related methods such as generating sign in URLs for management consoles.
ConnMonitor monitors authorized connections and terminates them when session controls dictate so.
FindPublicAddrClient is a client used for finding public addresses.