Closed jhgoh closed 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"
배규정 교수님 indico암호 리셋.
kubectl로 터미널 연결
indico shell 인터페이스 연결
indico 명령어로 identity확인, 암호 변경