mysterious-spring-33660
09/05/2025, 5:20 PMcontext.Context eventually gets passed into pulumi from the automation auto package -> my pulumi program, I was expecting it to just seamlessly pass down the context object but then I discovered it runs GRPC as a background process to run the various infra parts. Is this documented somewhere that your context doesnt get passed when using the automation api in go?future-hairdresser-70637
09/16/2025, 12:28 PMcontext.Context is passed around or what the content of context.Context is populated with when executing against an Automation API workspace?mysterious-spring-33660
09/16/2025, 4:09 PMUp would be passed to the pulumi.Context.Context but it deosnt look like that happens cause it run through grpc? So its just not possible to share it? Or is this a oversight?