Gabriel Corado
Gabriel Corado
Implements [RFD 167](https://github.com/gravitational/teleport/blob/6bade9be7a3f3a9d01943c2639bb3d4e64409b82/rfd/0167-debug-service.md): - Introduces a new service called "debug" which has endpoints for collecting pprof profiles and changing the log level. This service uses a Unix domain socket listener...
This issue affects only SSH sessions recorded at Proxy. When the `session.Close` is called from the Proxy, the session is not properly closed, leaving it open. The problem was related...
Updates guides on collection pprof profiles and changing Teleport's log level to include the [debug service](https://github.com/gravitational/teleport/blob/9723fd096fc90d34b7d9a69b994f2bf52914b4e1/rfd/0167-debug-service.md) usage.
Related to #8752 A new session recording mode option was added to turn off recording. Currently, session recording modes are only supported on SSH Access sessions, meaning this option will...
Closes https://github.com/gravitational/teleport-private/issues/369 Ensures SSH sessions are closed when there is a session recording error when sync recording is configured. The change consists of always setting the session recording mode to...
Part of [RFD 0171](https://github.com/gravitational/teleport/pull/42082) implementation. Adds the `DatabaseSessionCommandResult` audit event and records it on the server response. PostgreSQL uses `CommandResult` (for success) and `ErrorResponse` (for failure) for all actions, so...