Hi! I’ve recently intregrated ZSTD compression and overrode the default data converter for my temporal server to reduce workflow size.
This works great, however, the issue was that the data was still compressed on the UI, which obviously made it difficult to debug workflows.
I then discovered the custom CodecServer you can implement, which I did and added a /decode enpoint, and it works fine locally however in lower environments and production, my team needs to pass in request headers for authentication such as consumer Ids, timestamps, signatures, etc.
Is it possible to set this up with a CodecServer?