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 <[email protected]>
  • Loading branch information
smallhive committed Jul 26, 2024
1 parent ec8f1f5 commit 2b44ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acl/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ message EACLRecord {
// Target subject's role class
Role role = 1 [json_name="role"];

// List of public keys to identify target subject
// List of 25-byte accounts to identify target subjects.
// 33-byte public keys are also supported, however, they are deprecated and script hashes should be derived from them.
repeated bytes keys = 2 [json_name="keys"];
}
// List of target subjects to apply ACL rule to
Expand Down

0 comments on commit 2b44ff4

Please sign in to comment.