aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhas <uzhas@ydb.tech>2022-08-10 22:24:21 +0300
committeruzhas <uzhas@ydb.tech>2022-08-10 22:24:21 +0300
commitf095e6c29c19517a7e255160085c765d76fc9673 (patch)
tree99d84e28f411002dc2ee2ed17f181f32c33e17f5
parent3dacf5a623ebabaa8d9e95fd26aa01e0eccff5b9 (diff)
downloadydb-f095e6c29c19517a7e255160085c765d76fc9673.tar.gz
add visibility field to BriefBinding
-rw-r--r--ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp
index 51dba045527..18f0cc999a8 100644
--- a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp
+++ b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp
@@ -250,6 +250,7 @@ void TYdbControlPlaneStorageActor::Handle(TEvControlPlaneStorage::TEvListBinding
case YandexQuery::BindingSetting::BINDING_NOT_SET:
break;
}
+ briefBinding.set_visibility(binding.content().acl().visibility());
}
if (result.binding_size() == limit + 1) {