Grzegorz Zdunek
Grzegorz Zdunek
Backport https://github.com/gravitational/teleport/pull/16538
1/2 of https://github.com/gravitational/teleport/issues/15603 Currently, to make a remote API call, we need to connect to a proxy every time, which is time-consuming. To improve performance, we should create clients once...
2/2 of https://github.com/gravitational/teleport/issues/15603 This PR replaces calls to `clusterClient.ConnectToProxy()` with `daemon.GetRemoteClient()`. Most of the callsites now receive `auth.ClientI` that they can use to make remote calls. This also aligns with...
Electron v30 [blog post](https://www.electronjs.org/blog/electron-30-0) and [release notes](https://releases.electronjs.org/release/v30.0.0). I didn't see any changes that affect us. Tag build: 15.0.0-dev.gzdunek.16. Tested on macOS, Windows and Ubuntu.
As of now, we had two limitations when creating access requests: 1. Resources from root and leaf clusters can't be added to a single request. 2. Role and resource requests...
This PR adds requesting resources from the resources view in Connect. To fetch requestable resources, I need to provide `includeRequestable: true` flag to the call for unified resources. This flag...
Closes https://github.com/gravitational/teleport/issues/41207. I've looked at vscode, tabby, Windows Terminal and the Ubuntu terminal and I see that they usually use `Ctrl+Shift+*` or `Ctrl+Alt+*` for shortcuts. I decided to change ours...
The new icons were prepared with Kenny's help. We decided to move away from using (almost) the same icon for Windows and macOS, but to adapt it more to the...
e counterpart https://github.com/gravitational/teleport.e/pull/4513 Before I start upgrading the package manager, I wanted to clean up the dependencies. It turned out that many of the packages that we install are not...
[Rendered version](https://github.com/gravitational/teleport/blob/rfd/0177-upgrade-js-package-manager/rfd/0177-upgrade-js-package-manager.md)