forked from TrueCloudLab/frostfs-api
[#207] acl: Clarify container_id
field meaning in the eACL table of a BearerToken
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
650c367529
commit
431335054c
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@ message BearerToken {
|
|||
// owner with additional information preventing token's abuse.
|
||||
message Body {
|
||||
// Table of Extended ACL rules to use instead of the ones attached to the
|
||||
// container
|
||||
// container. If it contains `container_id` field, bearer token is only
|
||||
// valid for this specific container. Otherwise, any container of the same owner
|
||||
// is allowed.
|
||||
EACLTable eacl_table = 1 [json_name="eaclTable"];
|
||||
|
||||
// `OwnerID` to whom the token was issued. Must match the request
|
||||
|
|
Loading…
Reference in a new issue