We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dceba0 + 264b163 commit 702cf5bCopy full SHA for 702cf5b
ydb/core/client/server/msgbus_blobstorage_config.cpp
@@ -40,6 +40,7 @@ class TMessageBusBlobStorageConfig
40
TEvBlobStorage::TEvControllerConfigRequest *MakeReq(const TActorContext&) {
41
auto ev = MakeHolder<TEvBlobStorage::TEvControllerConfigRequest>();
42
auto &record = ev->Record;
43
+ Request.SetUserSID(GetUserSID());
44
Request.Swap(record.MutableRequest());
45
return ev.Release();
46
}
ydb/core/protos/blobstorage_config.proto
@@ -575,6 +575,9 @@ message TConfigRequest {
575
576
// is this command originated by self-heal decommission?
577
bool IsSelfHealReasonDecommit = 12;
578
+
579
+ // requesting user identifier
580
+ string UserSID = 13;
581
582
583
enum ETriStateBool {
0 commit comments