hey everyone, my team is looking at running temporal inside of a FedRAMP certified AWS environment. In order to do that we’ll need to build temporal with the boringcrypto fork of golang. We’re just starting down that path now but if anyone else has tried this, or has thoughts about known pitfalls please let us know!
The first possible hurdle looks like it will be having to enable cgo, which is disabled when building the temporal docker image currently (cgo must be enabled in order to build with boringcrypto)