Skip to content

Remove startup event for secure key to handle native compiles

Martin Lowe requested to merge malowe/main/seckey-native-fix into main
  • Start 1.1.6 snapshot release

  • Remove startup event for secure key to handle native compiles

When used in native, the secure key gets precompiled in images and becomes fixed for every instance that uses the native docker image. To get around this, the key will instead generate on first call.

Merge request reports