You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #1111. While it appears you can now restrict who can access Recorded Sessions via the UI, they are still recorded to disk. From the manual:
Teleport also records the entire stream of bytes going to/from standard input and standard output of an SSH session.
Ideally we should be able to disable not only the recording of this byte stream, but from Teleport ever receiving it. Since this may contain sensitive information I don't want Teleport to receive it at all.
The text was updated successfully, but these errors were encountered:
* Refactor CatchError component
- add retry and providing custom fallback funcs
* Make existing discover work resusable elsewhere
- Pull out reusable files to Share/*
- Add custom timeout messages and margin top styles for Timeout
- Allow fetching/pinging for services based on type of service for PingTeleportContext
- JoinTokenContext
- allow fetching for tokens based on type of service
- fix a bug that uses cached token, when coming back to the flow
This is related to #1111. While it appears you can now restrict who can access Recorded Sessions via the UI, they are still recorded to disk. From the manual:
Ideally we should be able to disable not only the recording of this byte stream, but from Teleport ever receiving it. Since this may contain sensitive information I don't want Teleport to receive it at all.
The text was updated successfully, but these errors were encountered: