[#1458] object: Make patch not set key before target construction

* `SignRequestPrivateKey` field should be initialized either within
  `newUntrustedTarget` or within `newTrustedTarget`. Otherwise, all
  requests are signed by local node key that makes impossible to perform
  patch on non-container node.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-10-29 17:16:21 +03:00 committed by Dmitrii Stepanov
parent d5ee6d3039
commit 87ac3c5279

View file

@ -116,7 +116,6 @@ func (s *Streamer) init(ctx context.Context, req *objectV2.PatchRequest) error {
Config: s.Config,
Common: commonPrm,
Header: objectSDK.NewFromV2(oV2),
SignRequestPrivateKey: s.localNodeKey,
})
if err != nil {
return fmt.Errorf("target creation: %w", err)