summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhas <[email protected]>2022-03-23 23:48:00 +0300
committeruzhas <[email protected]>2022-03-23 23:48:00 +0300
commit4d0f898009f810ee61c0fa44367b643c849544d6 (patch)
tree02ba3b283b63a145694232b6a2f66b97a0e1c141
parent9fd1ec230f6336ed5506d7e9053f957cb9cdd634 (diff)
add signature for yc-logbroker-reader
Note: mandatory check (NEED_CHECK) was skipped ref:212aa600803c803182132aa6e8f9bba5f223e7c8
-rw-r--r--ydb/core/yq/libs/actors/system_clusters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/actors/system_clusters.cpp b/ydb/core/yq/libs/actors/system_clusters.cpp
index 01f04e05b34..333539abd00 100644
--- a/ydb/core/yq/libs/actors/system_clusters.cpp
+++ b/ydb/core/yq/libs/actors/system_clusters.cpp
@@ -103,7 +103,7 @@ void AddSystemClusters(TGatewaysConfig& gatewaysConfig, THashMap<TString, TStrin
clusterCfg->SetDatabase("/global/b1gvcqr959dbmi1jltep/etn03iai600jur7pipla");
clusterCfg->SetUseSsl(true);
clusterCfg->SetServiceAccountId("ajeg8dpl3e4ckjfj1qoq"); // yc-logbroker-reader
- clusterCfg->SetServiceAccountIdSignature("xxx");
+ clusterCfg->SetServiceAccountIdSignature("kPzxGKY7r4i7FRaqpY64WZP6pfM=");
clusterCfg->SetClusterType(TPqClusterConfig::CT_PERS_QUEUE);
clusters.emplace(clusterCfg->GetName(), PqProviderName);
}