Skip to content

Commit

Permalink
[#207] acl: Clarify container_id field meaning in the eACL table of…
Browse files Browse the repository at this point in the history
… a BearerToken

Signed-off-by: Evgenii Stratonikov <[email protected]>
  • Loading branch information
fyrchik authored and realloc committed Mar 21, 2022
1 parent 650c367 commit 4313350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acl/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4313350

Please sign in to comment.