MSA (Boot)/error

JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted

nang. 2020. 5. 14. 14:46
반응형
SMALL

문제

  • 허용 안된 url 접속 시 Header에 Authorization 과 토큰 값 같이 넘겨도 접속이 안됨

문제 원인

  • git에 올려놓은 configuration 파일의 token secret 값과 zuul, ms의 token secret 값이 다름
    • git configuration은 test_secret
    • project configuration application_ymllocal_secret

문제 해결

  • git configuration에서 local_secret으로 변경 후 config, eureka, zuul, ms 서버 다 재실행
반응형
LIST