[#287] authmate: Support frostfsid proxy and namespace
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
6509639540
commit
3b6d2bc522
6 changed files with 58 additions and 41 deletions
|
@ -83,7 +83,7 @@ type FrostFS interface {
|
|||
|
||||
// FrostFSID represents interface to interact with frostfsid contract.
|
||||
type FrostFSID interface {
|
||||
RegisterPublicKey(*keys.PublicKey) error
|
||||
RegisterPublicKey(ns string, key *keys.PublicKey) error
|
||||
}
|
||||
|
||||
// Agent contains client communicating with FrostFS and logger.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue