forked from TrueCloudLab/frostfs-node
[#529] objectcore: Use common sender classifier
Use common sender classifier for ACL service and format validator. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
ae81d6660a
commit
55b82e744b
5 changed files with 95 additions and 120 deletions
|
@ -98,6 +98,7 @@ func NewService(ks *objutil.KeyStorage,
|
|||
object.WithNetmapSource(ns),
|
||||
object.WithContainersSource(cs),
|
||||
object.WithVerifySessionTokenIssuer(c.verifySessionTokenIssuer),
|
||||
object.WithLogger(c.log),
|
||||
)
|
||||
|
||||
return &Service{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue