forked from TrueCloudLab/frostfs-node
[#525] ir/container: Remove no longer needed FIXME
In latest design of `Container` contract key binding is removed. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
fb4e328171
commit
5a3a27ba9f
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ func (cp *Processor) checkPutContainer(e *containerEvent.Put) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cp *Processor) approvePutContainer(e *containerEvent.Put) {
|
func (cp *Processor) approvePutContainer(e *containerEvent.Put) {
|
||||||
// FIXME: here we should bind key to owner if needed
|
|
||||||
err := cp.cnrClient.Put(e.Container(), e.PublicKey(), e.Signature(), e.SessionToken())
|
err := cp.cnrClient.Put(e.Container(), e.PublicKey(), e.Signature(), e.SessionToken())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
cp.log.Error("could not approve put container",
|
cp.log.Error("could not approve put container",
|
||||||
|
|
Loading…
Reference in a new issue