cpnr / computing

0 stars 0 forks source link

indico 암호 리셋 #17

Closed jhgoh closed 8 months ago

jhgoh commented 8 months ago

배규정 교수님 indico암호 리셋.

kubectl로 터미널 연결

kubectl exec -ti -n indico <indico-uwsgi-pod-name> -- /bin/bash

indico shell 인터페이스 연결

indico shell

indico 명령어로 identity확인, 암호 변경

Identity.query.all()
Identity.query.all()[NNNN].user
Identity.query.all()[NNNN].password = "NEW_PASSWORD"