teleport/lib
rosstimothy 80e6b4d888
Update lib/events/dynamoevents to use aws-sdk-go-v2 (#44363)
This is a continuation of converting dynamodb components to use the
latest version of the sdk that was started in
https://github.com/gravitational/teleport/pull/44356.

This should have feature parity with the existing backend except
for prometheus metrics. In an attempt to isolate the changes here
the metrics are omitted for the time being and will be added in a
follow up.

In addition, a few of the events test suite cases were updated to
be more reliable when testing against a real backend.
2024-07-23 16:14:09 +00:00
..
accessmonitoringrules/accessmonitoringrulesv1 Add initial condition parser for access monitoring rules (#40659) 2024-05-24 18:45:13 +00:00
agentless
asciitable
auditd Enable errorlint via golangci-lint (#37669) 2024-02-02 15:59:24 +00:00
auth feat: app_labels based RBAC for saml_idp_service_provider (#44113) 2024-07-23 13:42:50 +00:00
authz [sec_scan][12] add cache and events support for AccessGraphSettings (#44016) 2024-07-17 18:53:58 +00:00
automaticupgrades Update updater inventory reporting after removal (#43371) 2024-06-24 21:19:10 +00:00
backend Update lib/backend/dynamo to use aws-sdk-go-v2 (#44356) 2024-07-19 16:25:14 +00:00
benchmark rename client.Key to KeyRing and un-embed PrivateKey (#44484) 2024-07-22 08:58:04 +00:00
bpf audits: populate server_version in ServerMetadata (#42159) 2024-05-31 19:32:40 +00:00
cache [sec_scan][12] add cache and events support for AccessGraphSettings (#44016) 2024-07-17 18:53:58 +00:00
cgroup Replace constants from trace with equivalents defined in teleport (#39307) 2024-03-14 13:04:29 +00:00
circleci
client rename client.Key to KeyRing and un-embed PrivateKey (#44484) 2024-07-22 08:58:04 +00:00
cloud add iam:CreateServiceLinkedRole to DeployService (#44194) 2024-07-16 19:57:11 +00:00
config Re-open the log file by filesystem notify (#43359) 2024-07-18 21:38:13 +00:00
configurators fix error messages (#44488) 2024-07-22 20:09:25 +00:00
connectmycomputer
cryptosuites feat: configurable key algorithms for web sessions (#44109) 2024-07-16 05:08:56 +00:00
darwin
defaults support ECDSA JWTs and JWKs (#43387) 2024-06-26 19:24:16 +00:00
devicetrust [sec_scan][17] add AssertDevice to FakeDeviceService (#44159) 2024-07-15 09:11:09 +00:00
events Update lib/events/dynamoevents to use aws-sdk-go-v2 (#44363) 2024-07-23 16:14:09 +00:00
expression Add initial condition parser for access monitoring rules (#40659) 2024-05-24 18:45:13 +00:00
fixtures split SSH and TLS keys in GenerateUserCerts (#44418) 2024-07-19 21:58:23 +00:00
gcp
githubactions
gitlab
httplib use httputil Rewrite instead of Director (#42800) 2024-06-21 16:42:57 +00:00
idp/saml Clear SAML IdP session on logout (#37619) 2024-02-06 15:25:34 +00:00
integrations Add Ownership tags when creating AWS Resources for External Audit Storage (#44454) 2024-07-22 14:35:45 +00:00
inventory Handle resource cleanup on termination within the inventory control stream (#43644) 2024-07-13 21:56:41 +00:00
joinserver Add server-side tpm joining implementation (#40512) 2024-04-23 12:29:47 +00:00
jwt support ECDSA JWTs and JWKs (#43387) 2024-06-26 19:24:16 +00:00
kube rename client.Key to KeyRing and un-embed PrivateKey (#44484) 2024-07-22 08:58:04 +00:00
kubernetestoken Add fakejoin.KubernetesSigner test helper (#43857) 2024-07-05 15:19:13 +00:00
labels Convert lib/labels to slog (#43625) 2024-06-28 16:53:10 +00:00
limiter Check if listener is nil before wrapping. (#43201) 2024-06-21 00:32:17 +00:00
linux Extract more information from /etc/os-release (#42614) 2024-06-12 07:01:39 +00:00
loginrule
loglimit
modules Update AccessList Entitlement Enforcement to handle infinite limit (#44318) 2024-07-18 06:40:46 +00:00
msgraph Replace MS Graph SDK with an in-house client (#44069) 2024-07-17 15:51:39 +00:00
multiplexer support ECDSA JWTs and JWKs (#43387) 2024-06-26 19:24:16 +00:00
observability Bump the go group with 26 updates (#40279) 2024-04-07 02:06:09 +00:00
openssh Refactor process state into its own package (#41630) 2024-05-16 13:51:55 +00:00
pam Replace constants from trace with equivalents defined in teleport (#39307) 2024-03-14 13:04:29 +00:00
player refactor(player): normalize queries line breaks and spacing (#44299) 2024-07-17 02:28:52 +00:00
plugin Pass a client credential getter through auth.TLSServer (#43874) 2024-07-05 12:06:43 +00:00
proxy add ability to disable unqualified hostname lookups (#42952) 2024-06-20 20:20:16 +00:00
puttyhosts Start using authclient.Client/ClientI/NewClient (#41539) 2024-05-15 14:09:14 +00:00
release
resourceusage
resumption switch resumption pkg to slog (#44244) 2024-07-16 15:35:08 +00:00
reversetunnel Move most of the service.Connector functionality into methods (#43654) 2024-07-03 14:57:27 +00:00
reversetunnelclient Replace dependencies on lib/auth with lib/authclient (#41623) 2024-05-16 17:34:58 +00:00
secret
secretsscanner [sec_scan][20] add ReportSecrets forwarder to proxy's gRPC insecure server (#44324) 2024-07-18 16:05:08 +00:00
service Update lib/events/dynamoevents to use aws-sdk-go-v2 (#44363) 2024-07-23 16:14:09 +00:00
services [sec_scan][15] add support for edits to AccessGraphSettings via tctl (#44055) 2024-07-23 08:40:05 +00:00
session prevent session id reuse (#42123) 2024-05-29 14:01:15 +00:00
shell Fix missing shell error checking logic (#40574) 2024-04-16 16:03:28 +00:00
spacelift
srv rename client.Key to KeyRing and un-embed PrivateKey (#44484) 2024-07-22 08:58:04 +00:00
sshca keygen: removed unused context (#39922) 2024-03-28 22:53:01 +00:00
sshutils allow EC ssh keys in FIPS mode (#44476) 2024-07-19 19:59:54 +00:00
system
tbot Machine ID: Provide existing identity when rejoining as part of renewals (#43732) 2024-07-23 11:27:36 +00:00
teleagent Enable errorlint via golangci-lint (#37669) 2024-02-02 15:59:24 +00:00
teleterm Amazon DocumentDB access part 1 (#43867) 2024-07-16 15:17:06 +00:00
tlsca Create Bot Instances during initial bot join (#43577) 2024-07-03 22:24:45 +00:00
tpm Add server-side tpm joining implementation (#40512) 2024-04-23 12:29:47 +00:00
uds Start using authclient.Client/ClientI/NewClient (#41539) 2024-05-15 14:09:14 +00:00
usagereporter Define AWS console and discovery config discover usage event (#41629) 2024-05-23 16:36:39 +00:00
utils allow EC ssh keys in FIPS mode (#44476) 2024-07-19 19:59:54 +00:00
versioncontrol Export endpoint config (#42810) 2024-07-18 01:34:06 +00:00
vnet Gracefully handle quick relaunches of VNet daemon (#44271) 2024-07-19 08:11:18 +00:00
web split SSH and TLS keys in GenerateUserCerts (#44418) 2024-07-19 21:58:23 +00:00
windowsexec
runtimeflags.go