Gus Luxton

Results 61 comments of Gus Luxton

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

Looks like the build script doesn't copy the `fips` unit file, only the regular one: https://github.com/gravitational/teleport/blob/7889f56e3bdb597f82f3030e9b327e5f7a43e2c4/build.assets/build-package.sh#L225-L227

`session.end` as requested (some values redacted): ```json { "addr.remote": "1.2.3.4:54861", "cluster_name": "purple", "code": "T2004I", "ei": 2159, "enhanced_recording": false, "event": "session.end", "interactive": true, "login": "ubuntu", "namespace": "default", "participants": [ "webvictim" ],...

IIUC this is the same thing that `spec.allow.host_user_gid` does, but the request is for it to support a GID per group? Pseudo-role example: ```yaml spec: allow: host_groups: - group: group1...

Maybe Bonjour/zeroconf?

@xinding33 I agree with the assessment, but we've already been down this road in the past. The problem with Homebrew is that [`teleport` already exists as a Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/teleport.rb) and...

@codingllama The user experience is no different with `tsh.app`, right? You still just run `tsh login --proxy=teleport.example.com` at the command line and everything works exactly the same as it does...

Having to run `/Applications/tsh.app/Contents/MacOS/tsh login…` instead seems like a pretty big change to me. Am I getting the wrong end of the stick?

![image](https://github.com/gravitational/teleport/assets/897821/e4ea00b8-cb07-41ba-97fb-ec7fae5f749f)