您可以透過修改外掛程式所使用的 Kerberos 組態檔,對 Automation Orchestrator 外掛程式問題進行疑難排解。

Kerberos 組態檔位於 Automation Orchestrator Appliance/data/vco/usr/lib/vco/app-server/conf/ 目錄中。

程序

  1. root 使用者身分登入 Automation Orchestrator Appliance 命令列。
  2. 執行 kubectl -n prelude edit deployment vco-app 命令。
  3. 在部署檔案中,找到並編輯 -Djava.security.krb5.conf=/usr/lib/vco/app-server/conf/krb5.conf 字串。
    -Djava.security.krb5.conf=/usr/lib/vco/app-server/conf/krb5.conf -Dsun.security.krb5.debug=true
  4. 儲存變更並結束檔案編輯器。
  5. 執行 kubectl -n prelude get pods 命令。
    請等到所有網繭都在執行中。
  6. 若要監控 Kerberos 登入,請執行以下命令。
    tail -f /services-logs/prelude/vco-app/console-logs/vco-server-app.log
  7. 或者,您也可以透過新增 Automation Orchestrator 系統內容,在 sun.security.krb5.debug = true 設定程式中啟用偵錯記錄。