Automation Suite
2022.4
False
横幅背景图像
Automation Suite 安装指南
上次更新日期 2024年4月24日

步骤 1:删除旧的身份缓存密钥

要删除旧的身份缓存密钥,请执行以下步骤:

  1. 运行 kubectl --kubeconfig <directory of SF cluster yaml file> get secrets/redb-redis-cluster-db -n uipath --template '{{ .data.password }}' 以获取 Redis 密码。解码 Base64 值。
  2. 运行 kubectl --kubeconfig <directory of SF cluster yaml file> get secrets/redb-redis-cluster-db -n uipath --template '{{ .data.port }}' 以获取 Redis 端口。解码 Base64 值。
  3. 运行 kubectl  --kubeconfig <directory of SF cluster yaml file>  exec -i -t -n redis-system redis-cluster-0 -c redis-enterprise-node "--" sh -c "clear; (bash || ash || sh)" 以获取 Redis 节点。
  4. 使用从先前命令中获取的端口和密码运行 redis-cli -p <Port number> -a <Password> --scan --pattern is:* | xargs redis-cli -p <Port number> -a <Password> del 以删除旧密钥。
  5. 运行“exit”以退出。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.