From 431335054c3bd2fcff52226e04175b443bcb8a1e Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 18 Mar 2022 17:45:32 +0300 Subject: [PATCH] [#207] acl: Clarify `container_id` field meaning in the eACL table of a BearerToken Signed-off-by: Evgenii Stratonikov --- acl/types.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acl/types.proto b/acl/types.proto index 8e38d58..6425e40 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -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