Thanks for confirming re:version + service account & that missing file.
I replied above, going to inline here:
> How would it get there.
- https://github.com/EpicGames/UnrealEngine/blob/5.5/Engine/Source/Programs/Horde/HordeAgent/Leases/Handlers/JobHandler.cs#L56
- This is where the HordeAgent.dll spawns the JobDriver.dll, which in turn invokes the UnrealBuildTool.dll (via UAT**)**in this scenario.
Potential follow-up is: “who creates it (the token)” - the server, with the code here. This should be trying to use the ACLServiceto mint a new token.
I’ll boot up a quick HordeAuth server from scratch and see if anything jumps out.