forked from TrueCloudLab/frostfs-node
[#1096] tree: Make verifyClient
fill ape request with user claim tags
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
c21d72ac23
commit
10ee865e98
3 changed files with 49 additions and 7 deletions
|
@ -53,6 +53,7 @@ func initTreeService(c *cfg) {
|
|||
src: c.cfgObject.cnrSource,
|
||||
cli: c.shared.cnrClient,
|
||||
}),
|
||||
tree.WithFrostfsidSubjectProvider(c.shared.frostfsidClient),
|
||||
tree.WithEACLSource(c.cfgObject.eaclSource),
|
||||
tree.WithNetmapSource(c.netMapSource),
|
||||
tree.WithPrivateKey(&c.key.PrivateKey),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue