Skip to content

Commit

Permalink
acl: Extend Target comment
Browse files Browse the repository at this point in the history
Closes #278.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Jul 26, 2024
1 parent ec8f1f5 commit d3372f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ message EACLRecord {
// Target subject's role class
Role role = 1 [json_name="role"];

// List of public keys to identify target subject
// List of public keys or 25 bytes accounts to identify target subject
repeated bytes keys = 2 [json_name="keys"];
}
// List of target subjects to apply ACL rule to
Expand Down

0 comments on commit d3372f6

Please sign in to comment.