Skip to content

Commit b1be2c4

Browse files
author
babenko
committed
YT-22593: Switch to std::string in ACLs
377b634e83ecc7bc6ad418afd6c4db77cb7c3a0a
1 parent cb84c4f commit b1be2c4

File tree

1 file changed

+1
-1
lines changed
  • yt/yt/client/security_client

1 file changed

+1
-1
lines changed

yt/yt/client/security_client/acl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct TSerializableAccessControlEntry
2121
NYTree::EPermissionSet Permissions;
2222
EAceInheritanceMode InheritanceMode = EAceInheritanceMode::ObjectAndDescendants;
2323
TString SubjectTagFilter;
24-
std::optional<std::vector<TString>> Columns;
24+
std::optional<std::vector<std::string>> Columns;
2525
std::optional<bool> Vital;
2626

2727
TSerializableAccessControlEntry(

0 commit comments

Comments
 (0)