Skip to content

acl: add comment field to EACL records#401

Open
End-rey wants to merge 1 commit into
masterfrom
eacl-comment-field
Open

acl: add comment field to EACL records#401
End-rey wants to merge 1 commit into
masterfrom
eacl-comment-field

Conversation

@End-rey

@End-rey End-rey commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Closes #400.

Closes #400.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Comment thread acl/types.proto
repeated Target targets = 4 [json_name = "targets"];

// Optional auxiliary data associated with the rule. The comment does not
// affect permission evaluation and must be valid UTF-8.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... without zero bytes

Just to remind, 0x00 is a valid UTF-8 character, but we never want that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EACL comment field

2 participants