diff options
author | uzhas <uzhas@yandex-team.ru> | 2022-03-23 19:00:23 +0300 |
---|---|---|
committer | uzhas <uzhas@yandex-team.ru> | 2022-03-23 19:00:23 +0300 |
commit | cb49d99ecdc9c83f0970b0778458ba7b9131c573 (patch) | |
tree | e256e3b6d20122816a84fb00f7df629eb4a21b7a | |
parent | 0e58dc5ce03473dbe8182833fd3306dc47385f19 (diff) | |
download | ydb-cb49d99ecdc9c83f0970b0778458ba7b9131c573.tar.gz |
use yc-logbroker-reader
ref:d0786c2a9b0a402a171eecdb38657b25d4a5484c
-rw-r--r-- | ydb/core/yq/libs/actors/system_clusters.cpp | 2 |
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 2968ae64872..01f04e05b34 100644 --- a/ydb/core/yq/libs/actors/system_clusters.cpp +++ b/ydb/core/yq/libs/actors/system_clusters.cpp @@ -102,7 +102,7 @@ void AddSystemClusters(TGatewaysConfig& gatewaysConfig, THashMap<TString, TStrin clusterCfg->SetConfigManagerEndpoint("cm.global.logbroker.cloud.yandex.net:1111"); clusterCfg->SetDatabase("/global/b1gvcqr959dbmi1jltep/etn03iai600jur7pipla"); clusterCfg->SetUseSsl(true); - clusterCfg->SetServiceAccountId("aje0ir9755dd4ia9mpu5"); + clusterCfg->SetServiceAccountId("ajeg8dpl3e4ckjfj1qoq"); // yc-logbroker-reader clusterCfg->SetServiceAccountIdSignature("xxx"); clusterCfg->SetClusterType(TPqClusterConfig::CT_PERS_QUEUE); clusters.emplace(clusterCfg->GetName(), PqProviderName); |