Skip to content

Commit

Permalink
임시 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Jan 9, 2025
1 parent 22789cd commit 6b5baec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/msa/add-jwt-verification-proxy-to-istio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ istiod-8454df4fbb-7z8xz 1/1 Running 0 2m
### RequestAuthentication 란?

**RequestAuthentication**은 HTTP 요청에서 JWT 검증을 수행하기 위한 리소스.
jwt를 검증하여 유요하지 않을 경우 요청을 거절시키는 역할을 한다
jwt를 검증하여 유효하지 않을 경우 요청을 거절시키는 역할을 한다
단순 jwt 검증만 할거라면 사실 이것만 있으면 됨

exp 와 시그니처가 검증에 쓰인다


```yaml filename="requestAuthentication-yaml "
apiVersion: security.istio.io/v1
Expand Down
4 changes: 4 additions & 0 deletions pages/msa/istio-proxy-ssl.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# istio 에서 ssl/tls 통신

istio 외부 -> istio 내부 : ingress gateway 사용
istio 내부 -> istio 내부 : 사이드카 프록시(envoy) 사용

0 comments on commit 6b5baec

Please sign in to comment.