teleport/lib
Vitor Enes c96809399a
Add server_hostname to session.* events (#18812)
With this commit, `session.*` events now also contain a `server_hostname` field.

Example:

```json
{
  "argv": null,
  "cgroup_id": 6926,
  "cluster_name": "vitor.teleport.sh",
  "code": "T4000I",
  "ei": 17,
  "event": "session.command",
  "login": "root",
  "namespace": "default",
  "path": "/usr/bin/date",
  "pid": 98679,
  "ppid": 98668,
  "program": "date",
  "return_code": 0,
  "server_hostname": "ip-172-31-10-157",
  "server_id": "8369d1d1-eea5-4074-8f64-0103f1e1fb00",
  "sid": "a40353c4-93dc-4d6b-a481-5546ecafb83e",
  "time": "2022-11-28T16:32:34.342Z",
  "uid": "cbd9e562-8932-405d-974c-11637f91d711",
  "user": "vitor@goteleport.com"
}
```
2022-11-28 20:28:41 +00:00
..
asciitable PR Buddy 16673 - fix(asciitable): Default maxCellLength to 0 if negative (#17777) 2022-10-25 14:45:26 +01:00
auditd Do not return error from Auditd when process lacks privileges (#17319) 2022-10-17 18:27:24 +00:00
auth Remove SAML connector and tests (#18285) 2022-11-28 14:45:12 +11:00
backend Improve error message if dialing etcd nodes times out (#18789) 2022-11-28 18:40:24 +00:00
benchmark Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
bpf Add server_hostname to session.* events (#18812) 2022-11-28 20:28:41 +00:00
cache Use x/exp/slices instead of home grown utilities (#18524) 2022-11-17 15:25:46 +00:00
cgroup Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
circleci CircleCI Secure Joining (#17626) 2022-11-01 12:15:10 +00:00
client Improve web ui ssh performance (#18656) 2022-11-28 14:00:51 +00:00
cloud Azure SQL Server auto discovery (#17745) 2022-11-28 15:02:49 +00:00
config Azure SQL Server auto discovery (#17745) 2022-11-28 15:02:49 +00:00
configurators Use x/exp/slices instead of home grown utilities (#18524) 2022-11-17 15:25:46 +00:00
defaults Remove unused CheckPassword Auth HTTP endpoint (#18677) 2022-11-22 15:45:04 +00:00
devicetrust Wire the Device Trust client into API/Auth clients (#18366) 2022-11-16 20:38:32 +00:00
events Add server_hostname to session.* events (#18812) 2022-11-28 20:28:41 +00:00
fixtures Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
fuzz Cleanup lint targets 2021-10-19 09:21:55 -06:00
githubactions CircleCI Secure Joining (#17626) 2022-11-01 12:15:10 +00:00
httplib Forward traces from the web UI (#18519) 2022-11-18 13:46:41 +00:00
inventory Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
joinserver Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
jwt feat: add GCP KMS support for Teleport CA key material (#17933) 2022-11-11 00:03:49 +00:00
kube Terminate sessions when peers disconnect (#18552) 2022-11-22 16:12:48 +00:00
labels Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
limiter Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
modules [reopen] Handle private key policy errors for the web UI (#17928) 2022-10-31 23:18:54 +00:00
multiplexer Add TLV support to ProxyLine (#18494) 2022-11-21 16:17:03 +00:00
observability Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
pam Run GCI as make fix-imports (#17956) 2022-11-04 15:46:46 +00:00
plugin Add "billing_information" RBAC resource (#5676) 2021-03-01 22:47:03 -05:00
proxy Make proxy routing logic reusable (#18370) 2022-11-18 13:11:32 +00:00
restrictedsession Add server_hostname to session.* events (#18812) 2022-11-28 20:28:41 +00:00
reversetunnel Adjust integration test timeouts (#18331) 2022-11-24 18:47:49 +00:00
secret Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
service Improve web ui ssh performance (#18656) 2022-11-28 14:00:51 +00:00
services Azure SQL Server auto discovery (#17745) 2022-11-28 15:02:49 +00:00
session Include all active sessions in the web API (#17945) 2022-11-07 20:09:37 +00:00
shell Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
srv Add server_hostname to session.* events (#18812) 2022-11-28 20:28:41 +00:00
sshca Remove needlessly complex key generation scheme (#12113) 2022-04-25 09:26:10 +00:00
sshutils Ensure ssh connection rejection errors are returned (#18658) 2022-11-22 19:09:37 +00:00
system CircleCI Secure Joining (#17626) 2022-11-01 12:15:10 +00:00
tbot Use x/exp/slices instead of home grown utilities (#18524) 2022-11-17 15:25:46 +00:00
teleagent Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
teleterm Update GetDatabases to use the correct cluster uri (#18735) 2022-11-24 00:49:30 +00:00
tlsca Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
utils Improve tsh play JSON & YAML output (#18768) 2022-11-28 19:36:04 +00:00
versioncontrol Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
web Improve web ui ssh performance (#18656) 2022-11-28 14:00:51 +00:00
runtimeflags.go Correct various typos 2017-10-20 10:20:26 +02:00