choorai / excuse-me-backend

0 stars 3 forks source link

#3 feat: actuator 추가 및 Security "actuator/**" permit 나머지 URL 인증 필요하게 수정 #21

Closed somefood closed 9 months ago

somefood commented 9 months ago

actuator를 추가해서 health check api를 사용할 수 있도록 했습니다.

요구 사항에선 URI가 /health-check 였는데, actuator를 사용하면 "/actuator/health" 로 접근해야 합니다 (actuator 부분은 변경 가능)

image

2024.01.14 추가적으로 SecurityConfig에서 /actuator/** 는 permit 해두었고, 나머지는 authenticated 하게 바꾸었습니다.