Introduce APE override within Bearer token #54

Merged
fyrchik merged 2 commits from aarifullin/frostfs-api:feat/beartoken_ape into master 2024-05-30 08:09:01 +00:00
Member

Some refactoring:

  • apemanager: Move APE specific types to separate package
  • Introduce ape package and move apemanager/types.proto to ape/;
  • Fix apemanager/service.proto.

Bearer token:

Add APE chains to Bearer token

Some refactoring: - apemanager: Move APE specific types to separate package - Introduce `ape` package and move `apemanager/types.proto` to `ape/`; - Fix `apemanager/service.proto`. Bearer token: Add APE chains to Bearer token
aarifullin force-pushed feat/beartoken_ape from 9944399328 to 749964d6ad 2024-05-29 11:04:19 +00:00 Compare
aarifullin requested review from storage-core-committers 2024-05-29 11:04:27 +00:00
aarifullin requested review from storage-core-developers 2024-05-29 11:04:28 +00:00
aarifullin requested review from storage-services-committers 2024-05-29 11:04:40 +00:00
aarifullin requested review from storage-services-developers 2024-05-29 11:04:40 +00:00
aarifullin force-pushed feat/beartoken_ape from 749964d6ad to 423145ac9f 2024-05-29 16:45:14 +00:00 Compare
dkirillov reviewed 2024-05-30 06:42:32 +00:00
@ -0,0 +72,4 @@
| ----------- | ----- | -------- | --------- | ----------- |
| <a name="double" /> double | | double | double | float |
| <a name="float" /> float | | float | float | float |
| <a name="int32" /> int32 | Uses variable-length encoding. Inefficient for encoding negative numbers if your field is likely to have negative values, use sint32 instead. | int32 | int | int |
Member

Is it autogenerated document?
"This line has ambiguous unicode characters". This character - I suppose

Is it autogenerated document? "This line has ambiguous unicode characters". This character `-` I suppose
Author
Member

Yes, the doc was genereated with make doc. But I've fixed these bizarre characters anyway

Yes, the doc was genereated with `make doc`. But I've fixed these bizarre characters anyway
dkirillov marked this conversation as resolved
dkirillov approved these changes 2024-05-30 06:42:39 +00:00
aarifullin force-pushed feat/beartoken_ape from 423145ac9f to 38f54c6fe9 2024-05-30 07:49:40 +00:00 Compare
dkirillov approved these changes 2024-05-30 07:50:40 +00:00
fyrchik approved these changes 2024-05-30 08:08:53 +00:00
fyrchik merged commit 4c2193443e into master 2024-05-30 08:09:01 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api#54
No description provided.