플러그인에 사용되는 Kerberos 구성 파일을 수정하여 Automation Orchestrator 플러그인 문제를 해결할 수 있습니다.

Kerberos 구성 파일은 Automation Orchestrator Appliance/data/vco/usr/lib/vco/app-server/conf/ 디렉토리에 있습니다.

프로시저

  1. Automation Orchestrator Appliance 명령줄에 root로 로그인합니다.
  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. 또는 sun.security.krb5.debug = true 시스템 속성을 추가하여 Automation Orchestrator 구성기에서 디버그 로깅을 사용하도록 설정할 수 있습니다.