package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

EnhancedEvents returns the default list of enhanced events.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

BreakerInterval is the period in time the circuit breaker will tally metrics for.
BreakerRatio is the default ratio of failed requests to successful requests that will result in the circuit breaker transitioning to breaker.StateTripped.
BreakerRatioMinExecutions is the minimum number of requests before the ratio tripper will consider examining the request pass rate.
CertDuration is a default certificate duration.
DefaultChunkSize is the default chunk size for paginated endpoints.
DefaultIdleTimeout is a default idle connection timeout.
DefaultIOTimeout is a default network IO timeout.
InstanceHeartbeatTTL is the default TTL of the instance presence resource.
KeepAliveCountMax is the number of keep-alive messages that can be sent without receiving a response from the client before the client is disconnected.
MaxCertDuration limits maximum duration of validity of issued certificate.
MaxInstanceHeartbeatInterval is the upper bound of the variable instance heartbeat interval.
MinCertDuration specifies minimum duration of validity of issued certificate.
Namespace is default namespace.
ProxyWebListenPort is the default Teleport Proxy WebPort address.
RecoveryLimit is the default number of consecutive successful requests needed to transition from breaker.StateRecovering to breaker.StateStandby.
ServerAnnounceTTL is the default TTL of server presence resources.
SessionTrackerTTL defines the default base ttl of a session tracker.
SSHProxyListenPort is the default Teleport SSH proxy listen port.
When running in "SSH Proxy" role this port will be used for incoming connections from SSH nodes who wish to use "reverse tunnell" (when they run behind an environment/firewall which only allows outgoing connections).
StandardHTTPSPort is the default port used for the https URI scheme.
TLSRoutingConnUpgradeEnvVar overwrites the test result for deciding if ALPN connection upgrade is required.
TLSRoutingConnUpgradeModeEnvVar overwrites the upgrade mode used when performing connection upgrades by the clients: - "websocket": client only requests "websocket" in the "Upgrade" header.
TrippedPeriod is the default period of time the circuit breaker will remain in breaker.StateTripped before transitioning to breaker.StateRecovering.
TunnelPublicAddrEnvar optionally specifies the alternative reverse tunnel address.