Przemko Robakowski
Przemko Robakowski
This change allows server to send mouse pointer updates to properly indicate e.g. resizing with arrows. Closes https://github.com/gravitational/teleport/issues/29964 changelog: Implemented dynamic mouse pointer updates to reflect context-specific actions, e.g. window...
This PR adds ability for the user to specify their preferred keyboard layout that will be used in Desktop Access sessions. There's new grpc method `GetKeyboardLayout` that allows Windows Desktop...
This change moves docs around automatic user creations in desktop access to its own section and also adds section about stored credentials.
Docs for https://github.com/gravitational/teleport/pull/43773
This is part of splitting https://github.com/gravitational/teleport/pull/46738 into smaller, easier to review, PRs changelog: Add support for DynamicWindowsDesktop to tctl
This PR enables Windows Desktop Services to create WindowsDesktops based on matching DynamicWindowsDesktops to allow dynamic registration. Matching will be done based on resource matchers added in https://github.com/gravitational/teleport/pull/46985 This is...
This PR implements backend for DynamicWindowsDesktop as well as GRPC calls to manage it. This is part of splitting https://github.com/gravitational/teleport/pull/46738 into smaller, easier to review, PRs
This reduces `teleport` binary size by ~9MB. Before: ```bash ❯ ls -lah build/teleport -rwxr-xr-x 1 user staff 304M 18 paź 18:15 build/teleport ``` After: ``` ❯ ls -lah build/teleport -rwxr-xr-x...
This is part of splitting https://github.com/gravitational/teleport/pull/46738 into smaller, easier to review, PRs