forked from TrueCloudLab/frostfs-api
[#40] service: Change Token.signature field number
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5809f0bfbf
commit
e6b2810648
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ message Token {
|
|||
Info token_info = 1;
|
||||
|
||||
// Signature is a signature of session token information
|
||||
bytes signature = 8;
|
||||
bytes signature = 2;
|
||||
}
|
||||
|
||||
// TokenLifetime carries a group of lifetime parameters of the token
|
||||
|
|
Loading…
Reference in a new issue