teleport/lib
Tim Buckley 6a9b770fb9
Make TestDefaultTemplateRendering less failure prone (#13002)
* Make `TestDefaultTemplateRendering` less failure prone

The test requires the Teleport server to report a sane public proxy
address, however occasionally it takes some time to initialize and
returns an invalid value until that point.

This adds a wait loop to the client initialization helper to wait up
to 10 seconds for the server to return a sane value, which should
improve reliability of the test.

* Use `require.Eventually()`, reduce tick interval
2022-06-06 22:25:26 +00:00
..
asciitable Reslove comments, move all occurences of teleport.dev to use a constant 2022-03-15 13:22:45 +00:00
auth lib/events: remove no-op WaitForDelivery method (#13217) 2022-06-06 21:36:39 +00:00
backend Fix user mismatch in postgres backend (#12467) 2022-05-10 16:41:05 +00:00
benchmark Remove uses of deprecated ioutil package 2022-03-16 15:05:42 -06:00
bpf Remove unused constants (#12033) 2022-04-19 18:59:35 +00:00
cache Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
cgroup set err to scanner.Err (#11100) 2022-03-23 22:31:38 +00:00
client Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
cloud Manage ElastiCache Users (#12709) 2022-06-01 01:10:56 +00:00
config Remove deprecated fileconfig options (#13101) 2022-06-06 16:58:28 +00:00
configurators/databases Manage ElastiCache Users (#12709) 2022-06-01 01:10:56 +00:00
datalog Remove deprecated node http endpoints (#12970) 2022-06-03 18:15:49 +00:00
defaults Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
events lib/events: remove no-op WaitForDelivery method (#13217) 2022-06-06 21:36:39 +00:00
fixtures Remove godebug/go-spew 2022-04-21 11:48:04 -06:00
fuzz
httplib Add auto instrumentation to http and grpc clients and servers (#12231) 2022-05-03 15:55:31 -04:00
joinserver Add proxy peering support (#12359) 2022-06-02 17:08:24 +00:00
jwt Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
kube [Search-based access requests] Enforce resource access restrictions (#12651) 2022-06-03 00:04:44 +00:00
labels Filter out invalid EC2 tag keys (#13131) 2022-06-02 16:28:34 -07:00
limiter IAM Join Method (gRPC service) (#10087) 2022-02-10 00:41:34 +00:00
modules Add Moderated Sessions licensing (#11388) 2022-03-28 18:38:56 +00:00
multiplexer Match full magic byte sequences with detectProto (#12426) 2022-06-01 21:55:31 +00:00
observability/tracing Span forwarding (#12980) 2022-06-02 09:28:30 -04:00
pam
plugin
proxy Add proxy peering support (#12359) 2022-06-02 17:08:24 +00:00
restrictedsession restricted shell: check that LSM BPF is enabled (#10677) 2022-05-17 01:03:27 +00:00
reversetunnel Deprecate ca_signature_algo config (#13033) 2022-06-06 16:18:15 +01:00
secret
service Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
services SSH Session recording modes (#12916) 2022-06-06 20:29:35 +00:00
session use google/uuid instead of pborman/uuid (#9793) 2022-01-19 23:44:48 +00:00
shell
srv SSH Session recording modes (#12916) 2022-06-06 20:29:35 +00:00
sshca Remove needlessly complex key generation scheme (#12113) 2022-04-25 09:26:10 +00:00
sshutils Deprecate ca_signature_algo config (#13033) 2022-06-06 16:18:15 +01:00
system
tbot Make TestDefaultTemplateRendering less failure prone (#13002) 2022-06-06 22:25:26 +00:00
teleagent Remove call to deprecated neterr.Temporary() method 2022-04-14 09:25:41 -06:00
teleterm Snowflake integration (#12564) 2022-06-06 17:49:38 +00:00
tlsca Implement "tsh proxy aws" (#10025) 2022-06-03 19:14:34 +00:00
utils SSH Session recording modes (#12916) 2022-06-06 20:29:35 +00:00
web SSH Session recording modes (#12916) 2022-06-06 20:29:35 +00:00
runtimeflags.go