Zac Bergquist
Zac Bergquist
`static_host` is a file configuration (teleport.yaml), not a Teleport resource configuration. That said, we already support registration via API or tctl. - Example API integration: https://github.com/gravitational/teleport/tree/master/examples/desktop-registration - Example resource for...
> When using tctl to register a windows host can you explicitly set which windows_desktop_service(s) can proxy connections to it? Not only can you, it's a strict requirement. This must...
Nice. Both conditions should be met. `WindowsDesktopV3` is an old gogoproto-style resource.
There are no further updates on this. You can register a separate copy of the desktop resource against as many windows_desktop_service host IDs as you'd like to achieve a highly...
Looks like this may be a duplicate of #11065.
I saw slightly different (but maybe still broken) behavior when I just tested this. The approver sees that they are approving access for 12 hours, not 30: The requester's banner...
Does the skip version flag actually work with tsh?
Feels like auth and proxy should still show up if you explicitly request them with `tctl inventory ls --services=auth,proxy`, don't you think?
The flakiness here is a result of clockwork not actually allowing you to block waiting for tickers. I am optimistic that Go 1.24's synctest package will allow us to rewrite...
Looks like a potential duplicate of #48664