Skip to content
Snippets Groups Projects

Resolve "Configurable MaxMessageSize"

Closed Olgun Cengiz requested to merge 9-configurable-maxmessagesize into master
8 files
+ 71
23
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -39,7 +39,7 @@ func (s *KeyStorageServerImpl) GenerateKeyPair(ctx context.Context,
auth := s.CreateAuthentication(ctx)
client := &client.DataStorageClientImpl{}
client.SetUpClient(auth, s.DataStorageUrl, s.CertFilePath)
client.SetUpClient(auth, s.DataStorageUrl, s.CertFilePath, s.KeyFilePath, s.CaCertFilePath, s.MaxMessageSize)
defer client.CloseClient()
generateKeyPairResponse := &api.GenerateKeyPairResponse{}
Loading