Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warmup 시점에 인증 서버에 public endpoint 전달 기능 추가 #34

Open
redjen8 opened this issue Jul 23, 2023 · 0 comments
Open
Assignees

Comments

@redjen8
Copy link
Contributor

redjen8 commented Jul 23, 2023

개요

지난 회의에서 결정된 바로,

  • public endpoint 목록은 서비스에서 들고 있는다.
    • 때문에 endpoint 목록을 어떻게 들고 있을까?에 대한 고민은 각 서비스에서 담당
    • studium에서는 public endpoint 목록들을 static하게 가지고 있을 예정 (더 좋은 방법이 있을 것 같다면 본 이슈에 커멘트 부탁드립니다)
  • 인증 서버에서는 endpoint를 하나 뚫어, 각 서비스의 warmup (배포 이후 서버 기동 시점)에 public 하게 허용할 endpoint를 업데이트한다

변경 내용

때문에 studium application warmup (bootstrap) 시점에 turnstile 서버의 허용 api 목록을 전달하는 기능을 추가합니다.
(turnstile 서버 측 api는 아직 미정)

참고 사항

https://docs.nestjs.com/fundamentals/lifecycle-events

@redjen8 redjen8 changed the title Warmup 시점에 public endpoint 인증 서버 전달 기능 추가 Warmup 시점에 인증 서버에 public endpoint 전달 기능 추가 Jul 23, 2023
@redjen8 redjen8 self-assigned this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant