forked from TrueCloudLab/frostfs-node
[#57] services/object: Sign requests with session key
Use key storage in object services in order to sign requests with private session key within user session. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
68178b8d74
commit
88459963fb
15 changed files with 89 additions and 65 deletions
|
@ -115,8 +115,8 @@ loop:
|
|||
}
|
||||
} else {
|
||||
header = &remoteHeader{
|
||||
key: h.key,
|
||||
node: addr,
|
||||
keyStorage: h.keyStorage,
|
||||
node: addr,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue