|
b3ccd0166f
|
[#17] acl: Add impersonate flag to bearer token
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
|
2023-04-13 12:06:14 +03:00 |
|
|
f69d2ad83c
|
Rename package name
Due to source code relocation from GitHub.
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
|
2023-03-07 13:42:36 +03:00 |
|
|
1351b6656d
|
Move to frostfs-api
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2022-12-12 17:40:48 +03:00 |
|
Evgenii Stratonikov
|
94f068e462
|
*: remove error from StableMarshal return values
We marshal only in-memory structures, no error is expected.
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
|
2022-04-21 15:07:57 +03:00 |
|
Evgenii Stratonikov
|
84d981e88e
|
util/proto: do not return error from primitive marshalers
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
|
2022-04-21 15:07:57 +03:00 |
|
Evgenii Stratonikov
|
ec484f2fd2
|
[#376] acl: Replace slices of pointers with raw structs
```
name old time/op new time/op delta
Table_ToGRPCMessage/to_grpc_message-8 2.82µs ± 5% 2.86µs ± 5% ~ (p=0.395 n=10+8)
Table_ToGRPCMessage/from_grpc_message-8 2.47µs ± 5% 1.08µs ± 6% -56.16% (p=0.000 n=9+9)
name old alloc/op new alloc/op delta
Table_ToGRPCMessage/to_grpc_message-8 3.31kB ± 0% 3.31kB ± 0% ~ (all equal)
Table_ToGRPCMessage/from_grpc_message-8 1.82kB ± 0% 1.38kB ± 0% -24.56% (p=0.000 n=10+10)
name old allocs/op new allocs/op delta
Table_ToGRPCMessage/to_grpc_message-8 46.0 ± 0% 46.0 ± 0% ~ (all equal)
Table_ToGRPCMessage/from_grpc_message-8 45.0 ± 0% 9.0 ± 0% -80.00% (p=0.000 n=10+10)
```
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
|
2022-03-15 12:19:49 +03:00 |
|
Leonard Lyubich
|
25da5d2e13
|
Add v2 version to go module name
Replace all elements from `v2` to root directory.
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
|
2021-11-17 15:29:33 +03:00 |
|