Documentation ¶
Index ¶
- Constants
- func CheckTrustedClustersCanConnect(ctx context.Context, t *testing.T, tcSetup TrustedClusterSetup)
- func CloseAgent(teleAgent *teleagent.AgentServer, socketDirPath string) error
- func CreateAgent(me *user.User, key *client.Key) (*teleagent.AgentServer, string, string, error)
- func CreatePROXYEnabledListener(ctx context.Context, t *testing.T, address string, ...) (net.Listener, error)
- func CreateWebSession(proxyHost, user, password string) (*web.CreateSessionResponse, []*http.Cookie, error)
- func EnableDesktopService(config *servicecfg.Config)
- func EnableKube(t *testing.T, config *servicecfg.Config, clusterName string) error
- func EnableKubernetesService(t *testing.T, config *servicecfg.Config)
- func ExternalSSHCommand(o CommandOptions) (*exec.Cmd, error)
- func FindNodeWithLabel(t *testing.T, ctx context.Context, cl apiclient.ListResourcesClient, ...) func() bool
- func GetKubeClusters(t *testing.T, as *auth.Server) []types.KubeCluster
- func MakeProxyAddr(user, pass, host string) string
- func MakeTestDatabaseServer(t *testing.T, proxyAddr utils.NetAddr, token string, ...) (db *service.TeleportProcess)
- func MakeTestServers(t *testing.T) (auth *service.TeleportProcess, proxy *service.TeleportProcess, ...)
- func MustCreateListener(t *testing.T) net.Listener
- func MustCreateUserIdentityFile(t *testing.T, tc *TeleInstance, username string, ttl time.Duration) string
- func MustGetCurrentUser(t *testing.T) *user.User
- func NewListener(t *testing.T, ty service.ListenerType, fds *[]*servicecfg.FileDescriptor) string
- func NewListenerOn(t *testing.T, hostAddr string, ty service.ListenerType, ...) string
- func Port(t *testing.T, addr string) int
- func PortStr(t *testing.T, addr string) string
- func SetTestTimeouts(t time.Duration)
- func SetupUser(process *service.TeleportProcess, username string, roles []types.Role) error
- func SetupUserCreds(tc *client.TeleportClient, proxyHost string, creds UserCreds) error
- func SingleProxyPortSetupOn(addr string) func(*testing.T, *[]*servicecfg.FileDescriptor) *InstanceListeners
- func StandardListenerSetupOn(addr string) func(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func StartAndWait(process *service.TeleportProcess, expectedEvents []string) ([]service.Event, error)
- func TestMainImplementation(m *testing.M)
- func TryCreateTrustedCluster(t *testing.T, authServer *auth.Server, trustedCluster types.TrustedCluster)
- func WaitForActiveTunnelConnections(t *testing.T, tunnel reversetunnelclient.Server, clusterName string, ...)
- func WaitForAuditEventTypeWithBackoff(t *testing.T, cli *auth.Server, startTime time.Time, eventType string) []apievents.AuditEvent
- func WaitForClusters(tun reversetunnelclient.Server, expected int) func() bool
- func WaitForDatabaseServers(t *testing.T, authServer *auth.Server, dbs []servicecfg.Database)
- func WaitForNodeCount(ctx context.Context, t *TeleInstance, clusterName string, count int) error
- func WaitForProxyCount(t *TeleInstance, clusterName string, count int) error
- func WaitForTunnelConnections(t *testing.T, authServer *auth.Server, clusterName string, expectedCount int)
- type AppCookies
- type ClientConfig
- type CommandOptions
- type DiscardServer
- type DynamicServiceAddr
- type Fixture
- type InstanceConfig
- type InstanceListenerSetupFunc
- type InstanceListeners
- func SeparateMongoAndPostgresPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func SeparateMongoPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func SeparatePostgresPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func SingleProxyPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func StandardListenerSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- func WebReverseTunnelMuxPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
- type InstanceSecrets
- func (s *InstanceSecrets) AllowedLogins() []string
- func (s *InstanceSecrets) AsSlice() []*InstanceSecrets
- func (s *InstanceSecrets) GetCAs() ([]types.CertAuthority, error)
- func (s *InstanceSecrets) GetIdentity() *auth.Identity
- func (s *InstanceSecrets) GetRoles(t *testing.T) []types.Role
- func (s *InstanceSecrets) String() string
- type MockAWSALBProxy
- type Option
- type ProxyAuthorizer
- type ProxyConfig
- type ProxyHandler
- type TeleInstance
- func (i *TeleInstance) AddClientCredentials(tc *client.TeleportClient, cfg ClientConfig) (*client.TeleportClient, error)
- func (i *TeleInstance) AddUser(username string, mappings []string) *User
- func (i *TeleInstance) AddUserWithRole(username string, roles ...types.Role) *User
- func (i *TeleInstance) AsTrustedCluster(token string, roleMap types.RoleMap) types.TrustedCluster
- func (i *TeleInstance) Create(t *testing.T, trustedSecrets []*InstanceSecrets, enableSSH bool, ...) error
- func (i *TeleInstance) CreateEx(t *testing.T, trustedSecrets []*InstanceSecrets, tconf *servicecfg.Config) error
- func (i *TeleInstance) CreateWebUser(t *testing.T, username, password string)
- func (i *TeleInstance) CreateWithConf(_ *testing.T, tconf *servicecfg.Config) error
- func (i *TeleInstance) GenerateConfig(t *testing.T, trustedSecrets []*InstanceSecrets, tconf *servicecfg.Config) (*servicecfg.Config, error)
- func (i *TeleInstance) GetSiteAPI(siteName string) auth.ClientI
- func (i *TeleInstance) NewClient(cfg ClientConfig) (*client.TeleportClient, error)
- func (i *TeleInstance) NewClientWithCreds(cfg ClientConfig, creds UserCreds) (tc *client.TeleportClient, err error)
- func (i *TeleInstance) NewUnauthenticatedClient(cfg ClientConfig) (tc *client.TeleportClient, err error)
- func (i *TeleInstance) NewWebClient(cfg ClientConfig) (*WebClient, error)
- func (i *TeleInstance) Reset() (err error)
- func (i *TeleInstance) RestartAuth() error
- func (i *TeleInstance) Start() error
- func (i *TeleInstance) StartApp(conf *servicecfg.Config) (*service.TeleportProcess, error)
- func (i *TeleInstance) StartApps(configs []*servicecfg.Config) ([]*service.TeleportProcess, error)
- func (i *TeleInstance) StartDatabase(conf *servicecfg.Config) (*service.TeleportProcess, *auth.Client, error)
- func (i *TeleInstance) StartKube(t *testing.T, conf *servicecfg.Config, clusterName string) (*service.TeleportProcess, error)
- func (i *TeleInstance) StartNode(tconf *servicecfg.Config) (*service.TeleportProcess, error)
- func (i *TeleInstance) StartNodeAndProxy(t *testing.T, name string) (sshPort, webProxyPort, sshProxyPort int)
- func (i *TeleInstance) StartNodeWithTargetPort(tconf *servicecfg.Config, authPort string) (*service.TeleportProcess, error)
- func (i *TeleInstance) StartProxy(cfg ProxyConfig, opts ...Option) (reversetunnelclient.Server, *service.TeleportProcess, error)
- func (i *TeleInstance) StartReverseTunnelNode(tconf *servicecfg.Config) (*service.TeleportProcess, error)
- func (i *TeleInstance) StopAll() error
- func (i *TeleInstance) StopAuth(removeData bool) error
- func (i *TeleInstance) StopNodes() error
- func (i *TeleInstance) StopProxy() error
- type TrustedClusterSetup
- type User
- type UserCreds
- type UserCredsRequest
- type WebClient
- type WebClientPack
Constants ¶
const ( HostID = "00000000-0000-0000-0000-000000000000" Site = "local-site" )
const ( Loopback = "127.0.0.1" Host = "localhost" )
Variables ¶
This section is empty.
Functions ¶
func CheckTrustedClustersCanConnect ¶
func CheckTrustedClustersCanConnect(ctx context.Context, t *testing.T, tcSetup TrustedClusterSetup)
CheckTrustedClustersCanConnect check the cluster setup described in tcSetup can connect to each other.
func CloseAgent ¶
func CloseAgent(teleAgent *teleagent.AgentServer, socketDirPath string) error
func CreateAgent ¶
CreateAgent creates a SSH agent with the passed in private key and certificate that can be used in tests. This is useful so tests don't clobber your system agent.
func CreatePROXYEnabledListener ¶
func CreatePROXYEnabledListener(ctx context.Context, t *testing.T, address string, caGetter multiplexer.CertAuthorityGetter, clusterName string) (net.Listener, error)
CreatePROXYEnabledListener creates net.Listener that can handle receiving signed PROXY headers
func CreateWebSession ¶
func CreateWebSession(proxyHost, user, password string) (*web.CreateSessionResponse, []*http.Cookie, error)
CreateWebSession establishes a web session in the same manner that the web UI does. There is no MFA performed, the session will only successfully be created if second factor configuration is `off`. The web.CreateSessionResponse.Token and cookies can be used to interact with any authenticated web api endpoints.
func EnableDesktopService ¶
func EnableDesktopService(config *servicecfg.Config)
func EnableKube ¶
func EnableKubernetesService ¶
func EnableKubernetesService(t *testing.T, config *servicecfg.Config)
func ExternalSSHCommand ¶
func ExternalSSHCommand(o CommandOptions) (*exec.Cmd, error)
ExternalSSHCommand runs an external SSH command (if an external ssh binary exists) with the passed in parameters.
func FindNodeWithLabel ¶
func GetKubeClusters ¶
GetKubeClusters gets all kubernetes clusters accessible from a given auth server.
func MakeProxyAddr ¶
func MakeTestDatabaseServer ¶
func MakeTestDatabaseServer(t *testing.T, proxyAddr utils.NetAddr, token string, resMatchers []services.ResourceMatcher, dbs ...servicecfg.Database) (db *service.TeleportProcess)
MakeTestDatabaseServer creates a Database Service It receives the Proxy Address, a Token (to join the cluster) and a list of Datbases
func MakeTestServers ¶
func MakeTestServers(t *testing.T) (auth *service.TeleportProcess, proxy *service.TeleportProcess, provisionToken string)
MakeTestServers starts an Auth and a Proxy Service. Besides those processes, it also returns a provision token which can be used to add other services.
func MustCreateListener ¶
MustCreateListener creates a tcp listener at 127.0.0.1 with random port.
func NewListener ¶
func NewListener(t *testing.T, ty service.ListenerType, fds *[]*servicecfg.FileDescriptor) string
NewListener creates a new TCP listener on 127.0.0.1:0, adds it to the FileDescriptor slice (with the specified type) and returns its actual local address as a string (for use in configuration). The idea is to subvert Teleport's file-descriptor injection mechanism (used to share ports between parent and child processes) to inject preconfigured listeners to Teleport instances under test. The ports are allocated and bound at runtime, so there should be no issues with port clashes on parallel tests.
The resulting file descriptor is added to the `fds` slice, which can then be given to a teleport instance on startup in order to suppl
func NewListenerOn ¶
func NewListenerOn(t *testing.T, hostAddr string, ty service.ListenerType, fds *[]*servicecfg.FileDescriptor) string
NewListenerOn creates a new TCP listener on `hostAddr`:0, adds it to the FileDescriptor slice (with the specified type) and returns its actual local address as a string (for use in configuration). The idea is to subvert Teleport's file-descriptor injection mechanism (used to share ports between parent and child processes) to inject preconfigured listeners to Teleport instances under test. The ports are allocated and bound at runtime, so there should be no issues with port clashes on parallel tests.
The resulting file descriptor is added to the `fds` slice, which can then be given to a teleport instance on startup in order to suppl
func Port ¶
Port extracts the port number from the supplied string, which is assumed to be a host:port pair. The port value is returned as an integer. Any errors result in an immediately failed test.
func PortStr ¶
PortStr extracts the port number from the supplied string, which is assumed to be a host:port pair. The port is returned as a string. Any errors result in an immediately failed test.
func SetTestTimeouts ¶
SetTestTimeouts affects global timeouts inside Teleport, making connections work faster but consuming more CPU (useful for integration testing). NOTE: This function modifies global values for timeouts, etc. If your tests call this function, they MUST NOT BE RUN IN PARALLEL, as they may stomp on other tests.
func SetupUserCreds ¶
func SetupUserCreds(tc *client.TeleportClient, proxyHost string, creds UserCreds) error
SetupUserCreds sets up user credentials for client
func SingleProxyPortSetupOn ¶
func SingleProxyPortSetupOn(addr string) func(*testing.T, *[]*servicecfg.FileDescriptor) *InstanceListeners
SingleProxyPortSetupOn creates a constructor function that will in turn generate an InstanceConfig that allows proxying of multiple protocols over a single port when invoked.
func StandardListenerSetupOn ¶
func StandardListenerSetupOn(addr string) func(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
StandardListenerSetupOn returns a InstanceListenerSetupFunc that will create a new InstanceListeners configured with each service listening on its own port, all bound to the supplied address
func StartAndWait ¶
func TestMainImplementation ¶
TestMainImplementation will re-execute Teleport to run a command if "exec" is passed to it as an argument. Otherwise, it will run tests as normal.
func TryCreateTrustedCluster ¶
func TryCreateTrustedCluster(t *testing.T, authServer *auth.Server, trustedCluster types.TrustedCluster)
TryCreateTrustedCluster performs several attempts to create a trusted cluster, retries on connection problems and access denied errors to let caches propagate and services to start
Duplicated in tool/tsh/tsh_test.go
func WaitForActiveTunnelConnections ¶
func WaitForActiveTunnelConnections(t *testing.T, tunnel reversetunnelclient.Server, clusterName string, expectedCount int)
WaitForActiveTunnelConnections waits for remote cluster to report a minimum number of active connections
func WaitForClusters ¶
func WaitForClusters(tun reversetunnelclient.Server, expected int) func() bool
func WaitForDatabaseServers ¶
func WaitForNodeCount ¶
WaitForNodeCount waits for a certain number of nodes to show up in the remote site.
func WaitForProxyCount ¶
func WaitForProxyCount(t *TeleInstance, clusterName string, count int) error
WaitForProxyCount waits a set time for the proxy count in clusterName to reach some value.
Types ¶
type AppCookies ¶
type AppCookies struct { SessionCookie *http.Cookie SubjectSessionCookie *http.Cookie AuthStateCookie *http.Cookie }
AppCookies is a helper struct containing application session cookies parsed from a slice of cookies.
func ParseCookies ¶
func ParseCookies(t *testing.T, cookies []*http.Cookie) *AppCookies
ParseCookies parses a slice of application session cookies into an AppCookies struct.
func (*AppCookies) ToSlice ¶
func (ac *AppCookies) ToSlice() []*http.Cookie
ToSlice is a convenience method for converting non-nil AppCookes into a slice of cookies.
func (*AppCookies) WithSubjectCookie ¶
func (ac *AppCookies) WithSubjectCookie(c *http.Cookie) *AppCookies
WithSubjectCookie returns a copy of AppCookies with the specified subject session cookie.
type ClientConfig ¶
type ClientConfig struct { // TeleportUser is Teleport username TeleportUser string // Login is SSH login name Login string // Cluster is a cluster name to connect to Cluster string // Host string is a target host to connect to Host string // Port is a target port to connect to Port int // Proxy is an optional alternative proxy to use Proxy *ProxyConfig // ForwardAgent controls if the client requests it's agent be forwarded to // the server. ForwardAgent bool // JumpHost turns on jump host mode JumpHost bool // Labels represents host labels Labels map[string]string // Interactive launches with the terminal attached if true Interactive bool // Source IP to used in generated SSH cert SourceIP string // EnableEscapeSequences will scan Stdin for SSH escape sequences during command/shell execution. EnableEscapeSequences bool // Password to use when creating a web session Password string // Stdin overrides standard input for the session Stdin io.Reader // Stderr overrides standard error for the session Stderr io.Writer // Stdout overrides standard output for the session Stdout io.Writer // ALBAddr is the address to a local server that simulates a layer 7 load balancer. ALBAddr string // DisableSSHResumption disables SSH connection resumption. DisableSSHResumption bool }
ClientConfig is a client configuration
type CommandOptions ¶
type CommandOptions struct { ForwardAgent bool ForcePTY bool ControlPath string SocketPath string ProxyPort string NodePort string Command string }
CommandOptions controls how the SSH command is built.
type DiscardServer ¶
type DiscardServer struct {
// contains filtered or unexported fields
}
DiscardServer is a SSH server that discards SSH exec requests and starts with the passed in host signer.
func NewDiscardServer ¶
func (*DiscardServer) HandleNewChan ¶
func (s *DiscardServer) HandleNewChan(_ context.Context, ccx *sshutils.ConnectionContext, newChannel ssh.NewChannel)
func (*DiscardServer) Start ¶
func (s *DiscardServer) Start() error
func (*DiscardServer) Stop ¶
func (s *DiscardServer) Stop()
type DynamicServiceAddr ¶
type DynamicServiceAddr struct { // Descriptors ia a list of descriptors associated with listens. Descriptors []*servicecfg.FileDescriptor // WebAddr is a Teleport Proxy Web Address. WebAddr string // TunnelAddr is a Teleport Proxy Tunnel Address. TunnelAddr string // AuthAddr is a Teleport Auth Address. AuthAddr string // TunnelAddr is a Teleport Proxy SSH Address ProxySSHAddr string // TunnelAddr is a Teleport node SSH Address. NodeSSHAddr string }
DynamicServiceAddr collects listeners addresses and sockets descriptors allowing to create and network listeners and pass the file descriptors to teleport service. This is usefully when Teleport service is created from config file where a port is allocated by OS.
func NewDynamicServiceAddr ¶
func NewDynamicServiceAddr(t *testing.T) *DynamicServiceAddr
NewDynamicServiceAddr creates an instance of DynamicServiceAddr.
type Fixture ¶
type Fixture struct { Me *user.User // Priv/pub pair to avoid re-generating it Priv []byte Pub []byte // Log defines the test-specific logger Log utils.Logger }
func NewFixture ¶
func (*Fixture) DefaultInstanceConfig ¶
func (s *Fixture) DefaultInstanceConfig(t *testing.T) InstanceConfig
func (*Fixture) NewTeleportInstance ¶
func (s *Fixture) NewTeleportInstance(t *testing.T) *TeleInstance
func (*Fixture) NewTeleportWithConfig ¶
func (s *Fixture) NewTeleportWithConfig(t *testing.T, logins []string, instanceSecrets []*InstanceSecrets, teleportConfig *servicecfg.Config) *TeleInstance
NewTeleportWithConfig is a helper function that will create a running Teleport instance with the passed in user, instance secrets, and Teleport configuration.
type InstanceConfig ¶
type InstanceConfig struct { // Clock is an optional clock to use Clock clockwork.Clock // ClusterName is a cluster name of the instance ClusterName string // HostID is a host id of the instance HostID string // NodeName is a node name of the instance NodeName string // Priv is SSH private key of the instance Priv []byte // Pub is SSH public key of the instance Pub []byte // Log specifies the logger Log utils.Logger // Ports is a collection of instance ports. Listeners *InstanceListeners Fds []*servicecfg.FileDescriptor }
InstanceConfig is an instance configuration
type InstanceListenerSetupFunc ¶
type InstanceListenerSetupFunc func(*testing.T, *[]*servicecfg.FileDescriptor) *InstanceListeners
InstanceListenerSetupFunc defines a function type used for specifying the listener setup for a given test. InstanceListenerSetupFuncs are useful when you need to have some distance between the test configuration and actually executing the listener setup.
type InstanceListeners ¶
type InstanceListeners struct { Web string SSH string SSHProxy string Auth string ReverseTunnel string MySQL string Postgres string Mongo string IsSinglePortSetup bool }
InstanceListeners represents the listener configuration for a test cluster. Each address field is expected to be hull host:port pair.
func SeparateMongoAndPostgresPortSetup ¶
func SeparateMongoAndPostgresPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
SeparateMongoAndPostgresPortSetup generates a listener config with a defined port for Postgres and Mongo
func SeparateMongoPortSetup ¶
func SeparateMongoPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
SeparateMongoPortSetup generates a listener config with a defined port for MongoDB
func SeparatePostgresPortSetup ¶
func SeparatePostgresPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
SeparatePostgresPortSetup generates a listener config with a defined port for Postgres
func SingleProxyPortSetup ¶
func SingleProxyPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
SingleProxyPortSetup generates an InstanceConfig that allows proxying of multiple protocols over a single port.
func StandardListenerSetup ¶
func StandardListenerSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
StandardListenerSetup creates an InstanceListeners configures with each service listening on its own port, all bound to the loopback address
func WebReverseTunnelMuxPortSetup ¶
func WebReverseTunnelMuxPortSetup(t *testing.T, fds *[]*servicecfg.FileDescriptor) *InstanceListeners
WebReverseTunnelMuxPortSetup generates a listener config using the same port for web and tunnel, and independent ports for all other services.
type InstanceSecrets ¶
type InstanceSecrets struct { // instance name (aka "site name") SiteName string `json:"site_name"` // instance keys+cert (reused for hostCA and userCA) // PubKey is instance public key PubKey []byte `json:"pub"` // PrivKey is instance private key PrivKey []byte `json:"priv"` // Cert is SSH host certificate Cert []byte `json:"cert"` // TLSCACert is the certificate of the trusted certificate authority TLSCACert []byte `json:"tls_ca_cert"` // TLSCert is client TLS X509 certificate TLSCert []byte `json:"tls_cert"` // TunnelAddr is a reverse tunnel listening port, allowing // other sites to connect to i instance. Set to empty // string if i instance is not allowing incoming tunnels TunnelAddr string `json:"tunnel_addr"` // list of users i instance trusts (key in the map is username) Users map[string]*User `json:"users"` }
func (*InstanceSecrets) AllowedLogins ¶
func (s *InstanceSecrets) AllowedLogins() []string
func (*InstanceSecrets) AsSlice ¶
func (s *InstanceSecrets) AsSlice() []*InstanceSecrets
func (*InstanceSecrets) GetCAs ¶
func (s *InstanceSecrets) GetCAs() ([]types.CertAuthority, error)
GetCAs return an array of CAs stored by the secrets object. In i case we always return hard-coded userCA + hostCA (and they share keys for simplicity)
func (*InstanceSecrets) GetIdentity ¶
func (s *InstanceSecrets) GetIdentity() *auth.Identity
func (*InstanceSecrets) GetRoles ¶
func (s *InstanceSecrets) GetRoles(t *testing.T) []types.Role
GetRoles returns a list of roles to initiate for this secret
func (*InstanceSecrets) String ¶
func (s *InstanceSecrets) String() string
type MockAWSALBProxy ¶
MockAWSALBProxy is a mock proxy server that simulates an AWS application load balancer where ALPN is not supported. Note that this mock does not actually balance traffic.
func MustStartMockALBProxy ¶
func MustStartMockALBProxy(t *testing.T, proxyAddr string) *MockAWSALBProxy
MustStartMockALBProxy creates and starts a MockAWSALBProxy.
type Option ¶
type Option func(*servicecfg.Config)
Option is a functional option for configuring a ProxyConfig
func WithLegacyKubeProxy ¶
WithLegacyKubeProxy enables the legacy kube proxy.
type ProxyAuthorizer ¶
type ProxyAuthorizer struct {
// contains filtered or unexported fields
}
func NewProxyAuthorizer ¶
func NewProxyAuthorizer(handler http.Handler, user, pass string) *ProxyAuthorizer
func (*ProxyAuthorizer) ServeHTTP ¶
func (p *ProxyAuthorizer) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (*ProxyAuthorizer) SetCredentials ¶
func (p *ProxyAuthorizer) SetCredentials(user, pass string)
func (*ProxyAuthorizer) WaitForRequest ¶
func (p *ProxyAuthorizer) WaitForRequest(timeout time.Duration) error
WaitForRequest waits (with a configured timeout) for a new request to be handled and returns the handler's error. This function makes no guarantees about which request error will be returned, except that the request error will have occurred after this function was called.
type ProxyConfig ¶
type ProxyConfig struct { // Name is a proxy name Name string // SSHAddr the address the node ssh service should listen on SSHAddr string // WebAddr the address the web service should listen on WebAddr string // KubeAddr is the kube proxy address. KubeAddr string // ReverseTunnelAddr the address the reverse proxy service should listen on ReverseTunnelAddr string // Disable the web service DisableWebService bool // Disable the web ui DisableWebInterface bool // Disable ALPN routing DisableALPNSNIListener bool // FileDescriptors holds FDs to be injected into the Teleport process FileDescriptors []*servicecfg.FileDescriptor }
ProxyConfig is a set of configuration parameters for Proxy TODO(tcsc): Add file descriptor slice to inject FDs into proxy process
type ProxyHandler ¶
type ProxyHandler = apitesthelpers.ProxyHandler
ProxyHandler is a http.Handler that implements a simple HTTP proxy server.
type TeleInstance ¶
type TeleInstance struct { // Secrets holds the keys (pub, priv and derived cert) of i instance Secrets InstanceSecrets // Hostname is the name of the host where instance is running Hostname string // Internal stuff... Process *service.TeleportProcess Config *servicecfg.Config Tunnel reversetunnelclient.Server RemoteClusterWatcher *reversetunnel.RemoteClusterTunnelManager // Nodes is a list of additional nodes // started with this instance Nodes []*service.TeleportProcess // UploadEventsC is a channel for upload events UploadEventsC chan events.UploadEvent // Log specifies the instance logger Log utils.Logger InstanceListeners Fds []*servicecfg.FileDescriptor // contains filtered or unexported fields }
TeleInstance represents an in-memory instance of a teleport process for testing
func NewInstance ¶
func NewInstance(t *testing.T, cfg InstanceConfig) *TeleInstance
NewInstance creates a new Teleport process instance.
The caller is responsible for calling StopAll on the returned instance to clean up spawned processes.
func (*TeleInstance) AddClientCredentials ¶
func (i *TeleInstance) AddClientCredentials(tc *client.TeleportClient, cfg ClientConfig) (*client.TeleportClient, error)
AddClientCredentials adds authenticated credentials to a client. (server CAs and signed session key).
func (*TeleInstance) AddUser ¶
func (i *TeleInstance) AddUser(username string, mappings []string) *User
Adds a new user into i Teleport instance. 'mappings' is a comma-separated list of OS users
func (*TeleInstance) AddUserWithRole ¶
func (i *TeleInstance) AddUserWithRole(username string, roles ...types.Role) *User
AddUserUserWithRole adds user with one or many assigned roles
func (*TeleInstance) AsTrustedCluster ¶
func (i *TeleInstance) AsTrustedCluster(token string, roleMap types.RoleMap) types.TrustedCluster
func (*TeleInstance) Create ¶
func (i *TeleInstance) Create(t *testing.T, trustedSecrets []*InstanceSecrets, enableSSH bool, console io.Writer) error
Create creates a new instance of Teleport which trusts a list of other clusters (other instances)
func (*TeleInstance) CreateEx ¶
func (i *TeleInstance) CreateEx(t *testing.T, trustedSecrets []*InstanceSecrets, tconf *servicecfg.Config) error
CreateEx creates a new instance of Teleport which trusts a list of other clusters (other instances)
Unlike Create() it allows for greater customization because it accepts a full Teleport config structure
func (*TeleInstance) CreateWebUser ¶
func (i *TeleInstance) CreateWebUser(t *testing.T, username, password string)
CreateWebUser creates a user with the provided password which can be used to create a web session.
func (*TeleInstance) CreateWithConf ¶
func (i *TeleInstance) CreateWithConf(_ *testing.T, tconf *servicecfg.Config) error
CreateWithConf creates a new instance of Teleport using the supplied config
func (*TeleInstance) GenerateConfig ¶
func (i *TeleInstance) GenerateConfig(t *testing.T, trustedSecrets []*InstanceSecrets, tconf *servicecfg.Config) (*servicecfg.Config, error)
GenerateConfig generates instance config
func (*TeleInstance) GetSiteAPI ¶
func (i *TeleInstance) GetSiteAPI(siteName string) auth.ClientI
GetSiteAPI is a helper which returns an API endpoint to a site with a given name. i endpoint implements HTTP-over-SSH access to the site's auth server.
func (*TeleInstance) NewClient ¶
func (i *TeleInstance) NewClient(cfg ClientConfig) (*client.TeleportClient, error)
NewClient returns a fully configured and pre-authenticated client (pre-authenticated with server CAs and signed session key).
func (*TeleInstance) NewClientWithCreds ¶
func (i *TeleInstance) NewClientWithCreds(cfg ClientConfig, creds UserCreds) (tc *client.TeleportClient, err error)
NewClientWithCreds creates client with credentials
func (*TeleInstance) NewUnauthenticatedClient ¶
func (i *TeleInstance) NewUnauthenticatedClient(cfg ClientConfig) (tc *client.TeleportClient, err error)
NewUnauthenticatedClient returns a fully configured and un-authenticated client
func (*TeleInstance) NewWebClient ¶
func (i *TeleInstance) NewWebClient(cfg ClientConfig) (*WebClient, error)
NewWebClient returns a fully configured and authenticated client
func (*TeleInstance) Reset ¶
func (i *TeleInstance) Reset() (err error)
Reset re-creates the teleport instance based on the same configuration This is needed if you want to stop the instance, reset it and start again
func (*TeleInstance) RestartAuth ¶
func (i *TeleInstance) RestartAuth() error
RestartAuth stops and then starts the auth service.
func (*TeleInstance) Start ¶
func (i *TeleInstance) Start() error
Start will start the TeleInstance and then block until it is ready to process requests based off the passed in configuration.
func (*TeleInstance) StartApp ¶
func (i *TeleInstance) StartApp(conf *servicecfg.Config) (*service.TeleportProcess, error)
func (*TeleInstance) StartApps ¶
func (i *TeleInstance) StartApps(configs []*servicecfg.Config) ([]*service.TeleportProcess, error)
func (*TeleInstance) StartDatabase ¶
func (i *TeleInstance) StartDatabase(conf *servicecfg.Config) (*service.TeleportProcess, *auth.Client, error)
StartDatabase starts the database access service with the provided config.
func (*TeleInstance) StartKube ¶
func (i *TeleInstance) StartKube(t *testing.T, conf *servicecfg.Config, clusterName string) (*service.TeleportProcess, error)
func (*TeleInstance) StartNode ¶
func (i *TeleInstance) StartNode(tconf *servicecfg.Config) (*service.TeleportProcess, error)
StartNode starts a SSH node and connects it to the cluster.
func (*TeleInstance) StartNodeAndProxy ¶
func (i *TeleInstance) StartNodeAndProxy(t *testing.T, name string) (sshPort, webProxyPort, sshProxyPort int)
StartNodeAndProxy starts a SSH node and a Proxy Server and connects it to the cluster.
func (*TeleInstance) StartNodeWithTargetPort ¶
func (i *TeleInstance) StartNodeWithTargetPort(tconf *servicecfg.Config, authPort string) (*service.TeleportProcess, error)
StartNodeWithTargetPort starts a node and connects it to the cluster via a specified port.
func (*TeleInstance) StartProxy ¶
func (i *TeleInstance) StartProxy(cfg ProxyConfig, opts ...Option) (reversetunnelclient.Server, *service.TeleportProcess, error)
StartProxy starts another Proxy Server and connects it to the cluster.
func (*TeleInstance) StartReverseTunnelNode ¶
func (i *TeleInstance) StartReverseTunnelNode(tconf *servicecfg.Config) (*service.TeleportProcess, error)
StartReverseTunnelNode starts a SSH node and connects it to the cluster via reverse tunnel.
func (*TeleInstance) StopAll ¶
func (i *TeleInstance) StopAll() error
StopAll stops all spawned processes (auth server, nodes, proxies). StopAll should always be called at the end of TeleInstance's usage.
func (*TeleInstance) StopAuth ¶
func (i *TeleInstance) StopAuth(removeData bool) error
StopAuth stops the auth server process. If removeData is true, the data directory is also cleaned up.
func (*TeleInstance) StopNodes ¶
func (i *TeleInstance) StopNodes() error
StopNodes stops additional nodes
func (*TeleInstance) StopProxy ¶
func (i *TeleInstance) StopProxy() error
StopProxy loops over the extra nodes in a TeleInstance and stops all nodes where the proxy server is enabled.
type TrustedClusterSetup ¶
type TrustedClusterSetup struct { Aux *TeleInstance Main *TeleInstance Username string ClusterAux string UseJumpHost bool }
TrustedClusterSetup is a grouping of configuration options describing the current trusted clusters being tested used for passing info about the clusters to be tested to helper functions.
type UserCreds ¶
type UserCreds struct { // Key is user client key and certificate Key client.Key // HostCA is a trusted host certificate authority HostCA types.CertAuthority }
UserCreds holds user client credentials
func GenerateUserCreds ¶
func GenerateUserCreds(req UserCredsRequest) (*UserCreds, error)
GenerateUserCreds generates key to be used by client
type UserCredsRequest ¶
type UserCredsRequest struct { // Process is a teleport process Process *service.TeleportProcess // Username is a user to generate certs for Username string // RouteToCluster is an optional cluster to route creds to RouteToCluster string // SourceIP is an optional source IP to use in SSH certs SourceIP string // TTL is an optional TTL for the certs. Defaults to one hour. TTL time.Duration }
UserCredsRequest is a request to generate user creds
type WebClient ¶
type WebClient struct {
// contains filtered or unexported fields
}
WebClient allows web sessions to be created as if they were from the UI.
func (*WebClient) SSH ¶
func (w *WebClient) SSH(termReq web.TerminalRequest) (*web.TerminalStream, error)
SSH establishes an SSH connection via the web api in the same manner that the web UI does. The returned web.TerminalStream should be used as stdin/stdout for the session.
type WebClientPack ¶
type WebClientPack struct {
// contains filtered or unexported fields
}
WebClientPack is an authenticated HTTP Client for Teleport.
func LoginWebClient ¶
func LoginWebClient(t *testing.T, host, username, password string) *WebClientPack
LoginWebClient receives the host url, the username and a password. It will login into that host and return a WebClientPack.
func (*WebClientPack) DoRequest ¶
DoRequest receives a method, endpoint and payload and sends an HTTP Request to the Teleport API. The endpoint must not contain the host neither the base path ('/v1/webapi/'). Status Code and Body are returned. "$site" in the endpoint is substituted by the current site.
func (*WebClientPack) OpenWebsocket ¶
func (w *WebClientPack) OpenWebsocket(t *testing.T, endpoint string, params any) (*websocket.Conn, *http.Response, error)
OpenWebsocket opens a websocket on a given Teleport API endpoint. The endpoint must not contain the host neither the base path ('/v1/webapi/'). Raw websocket and HTTP response are returned. "$site" in the endpoint is substituted by the current site.