Skip to content

Commit

Permalink
fix(mongodb): 元数据迁移修复bug TencentBlueKing#7917
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy authored and iSecloud committed Nov 12, 2024
1 parent b525e69 commit 52fc875
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def get_save_app_password_info(self) -> dict:
elif self.source_cluster_info.get("cluster_type") == ClusterType.MongoShardedCluster.value:
info["appdba"] = self.source_cluster_info.get("proxies_password").get("appdba")
info["appmonitor"] = self.source_cluster_info.get("proxies_password").get("appmonitor")
return info

def get_save_password_info(self) -> dict:
"""获取保存密码信息"""
Expand Down

0 comments on commit 52fc875

Please sign in to comment.