Browse Source

add signature for yc-logbroker-reader

Note: mandatory check (NEED_CHECK) was skipped
ref:212aa600803c803182132aa6e8f9bba5f223e7c8
uzhas 3 years ago
parent
commit
4d0f898009
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/yq/libs/actors/system_clusters.cpp

+ 1 - 1
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);
     }