teleport/lib
Andrew LeFevre 4160f8e438
use correct certificate extension when getting cluster of agentless node (#24909)
lib/utils.CertTeleportClusterName is set by the SSH user key auth
handlers, so it should always be set.
2023-04-20 19:22:48 +00:00
..
agentless use correct certificate extension when getting cluster of agentless node (#24909) 2023-04-20 19:22:48 +00:00
asciitable Fix panic when printing ascii table while running in debugger (#19930) 2023-01-05 23:02:51 +00:00
auditd Do not return error from Auditd when process lacks privileges (#17319) 2022-10-17 18:27:24 +00:00
auth Add key attestation to generate user certs to catch non-login flows. (#24867) 2023-04-20 17:28:01 +00:00
authz Allow the Okta role to read the cluster name. (#24538) 2023-04-13 15:59:51 +00:00
automaticupgrades Use stable/cloud when Automatic Upgrades is on. (#23395) 2023-03-28 16:05:09 +00:00
backend Add configuration with optional timeout to AcquireLock (#24559) 2023-04-14 10:26:40 +00:00
benchmark Improve client api for listing resources (#23592) 2023-04-11 18:23:47 +00:00
bpf Temporary disable BPF tests (#23428) 2023-03-22 13:12:36 +00:00
cache Generic read guards (#24425) 2023-04-15 20:52:16 +00:00
cgroup Currently, our BPF modules send all events from the kernel to the userspace, where we filter them and log only the ones related to our process. Sending the events between the user and kernel space is expensive, and most of the events are discarded after. (#19354) 2023-02-07 19:20:55 +00:00
circleci Add InstanceJoin/BotJoin audit events (#19044) 2022-12-13 17:04:15 +00:00
client Add key attestation to generate user certs to catch non-login flows. (#24867) 2023-04-20 17:28:01 +00:00
cloud Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
config Add auto-enroll toggle to device trust config (#24747) 2023-04-20 19:21:48 +00:00
configurators support cross account aws db configurator (#24364) 2023-04-17 16:34:43 +00:00
darwin Implement macOS device enrollment methods (#19079) 2022-12-07 18:11:21 +00:00
defaults Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
devicetrust Log informative messages for device authn failures (#24849) 2023-04-20 13:50:44 +00:00
events athena audit logs - query (#24111) 2023-04-18 14:05:45 +00:00
fixtures Move ALPN dialer, ALPN conn upgrade, Ping conn to api (#23860) 2023-04-03 14:16:30 +00:00
fuzz Cleanup lint targets 2021-10-19 09:21:55 -06:00
githubactions GitHub Enterprise secure joining support (#19330) 2022-12-20 14:43:00 +00:00
gitlab GitLab Delegated Joining docs (#23047) 2023-04-03 11:00:44 +00:00
httplib Hosted plugins onboarding prerequisites (#23234) 2023-03-31 16:05:51 +00:00
integrations/awsoidc Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
inventory Fetch cloud environment in parallel (#23472) 2023-04-15 21:45:32 +00:00
joinserver Add Azure join method (#20019) 2023-02-08 17:21:11 +00:00
jwt Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
kube Fix memory leak on Kubernetes port-forwarding (#24741) 2023-04-18 20:09:53 +00:00
kubernetestoken Fix Kubernetes version detection on EKS (#19188) 2022-12-08 19:01:23 +00:00
labels Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
limiter Add metrics to track connection ingress (#19734) 2023-02-01 23:45:34 +00:00
loginrule feat: add login rule evaluator to auth.Server (#20514) 2023-01-24 18:48:55 +00:00
loglimit Deduplicate multiplexer detection errors over 1-minute windows (#20694) 2023-03-08 20:32:44 +00:00
modules fix flaky tests (#24117) 2023-04-05 16:39:51 +00:00
multiplexer Add missing continue and handle error in the test echo SSH server (#24224) 2023-04-06 20:09:16 +00:00
observability Allow custom trace exporter for tsh (#19405) 2022-12-21 18:40:52 +00:00
pam Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
plugin Add recovery codes flag to modules and web config (#19046) 2022-12-06 18:07:33 +00:00
proxy Convert tsh ssh to use the proxy transport service instead of ssh (#23228) 2023-04-04 21:31:39 +00:00
release Add ListReleases and GetLicense endpoints (#19565) 2023-01-03 12:52:22 +00:00
restrictedsession Partial cache healthiness (#24080) 2023-04-15 20:07:43 +00:00
reversetunnel support cross account aws db configurator (#24364) 2023-04-17 16:34:43 +00:00
secret Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
service Kubernetes License check for Kubernetes Proxies (#24543) 2023-04-18 09:37:14 +00:00
services Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
session [web] Add isModeratedSession flag to web ssh session (#24238) 2023-04-12 21:26:57 +00:00
shell Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
srv Integrations: AWS OIDC - ListDatabases action (#24460) 2023-04-19 15:42:53 +00:00
sshca Fixes dissonance between disconnect_expired_cert vs require_session_mfa (#18607) 2022-12-07 17:00:38 +00:00
sshutils refactor how 'tsh scp' destinations are parsed (#24441) 2023-04-19 22:17:47 +00:00
system Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
tbot Machine ID: Add ability to request RouteToCluster in generated certs (#23838) 2023-04-13 13:25:06 +00:00
teleagent Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
teleterm Improve client api for listing resources (#23592) 2023-04-11 18:23:47 +00:00
tlsca Update jonboulle/clockwork to 0.4.0 (#24099) 2023-04-13 20:04:38 +00:00
usagereporter Discover: Add new usage reporting events (#24567) 2023-04-14 18:23:18 +00:00
utils refactor how 'tsh scp' destinations are parsed (#24441) 2023-04-19 22:17:47 +00:00
versioncontrol allow redundant security release alert suppression (#24461) 2023-04-17 19:57:49 +00:00
web Use apt.releases to fetch pub key (#24813) 2023-04-20 07:56:16 +00:00
runtimeflags.go Correct various typos 2017-10-20 10:20:26 +02:00