Gus Luxton

Results 57 comments of Gus Luxton

@zmb3 I don't think we do, at least for apps. I tried to access an app with per-session MFA enabled the other day and it didn't work at all in...

Related: https://github.com/gravitational/teleport/issues/17109

Yes, if the chart isn't managing the creation of the role then this change would potentially break things for any user who created their `ClusterRole` based on the old naming...

I can repro this on PyCharm 2024.1.1. ``` gus@apollo:~ % tctl status Cluster teleport.example.com Version 15.3.0 gus@hades:~$ teleport version Teleport v15.3.0 git:v15.3.0-0-g0a192a4 go1.21.9 ``` Teleport logs: ``` May 10 12:14:54...

Yes, it looks like that same code handles all `tcpip-forward` events. Maybe it'll also be fixed by https://github.com/gravitational/teleport/pull/43069?

~~The UI also doesn't tell you that you need to add an IAM role to the instance running the `discovery_service`, which is step 1 in the EKS auto-discovery docs: https://goteleport.com/docs/auto-discovery/kubernetes/aws/#step-13-set-up-aws-iam-credentials~~...

I think they're related to SFTP actions. The one with the larger `rx` value is a download, the other is an upload. There was an interactive session open at the...

~I think I had this issue once and had to escape the braces:~ ``` \{0,28\} ``` Edit: nope, this doesn't work either. ` 2024-05-17T18:25:18Z WARN Detected invalid role "test-regex-brace-role": parsing...

(I couldn't find a duplicate issue for this if one exists, sorry)

I've run into this issue a few times recently. It's very frustrating to explicitly install a package of a certain version and then have the output of `tsh version` not...