Skip to content
Snippets Groups Projects

Initialize AssignForwardingHandler and KeyStoreHandler

Merged Malte Bauch requested to merge init-for-assign-forwarding-handler into master
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,7 +42,9 @@ func (yh *KeyStoreHandler) Init(config *handler.Config, publishToSubsFunc func([
return err
}
yh.updateOrCreateKeyStores()
if _, err := yh.updateOrCreateKeyStores(); err != nil {
return err
}
// Start the go routine that takes care of any update from the kms
go func() {
Loading