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 6b5baec commit 02cdfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/msa/add-jwt-verification-proxy-to-istio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ istiod-8454df4fbb-7z8xz 1/1 Running 0 2m
jwt를 검증하여 유효하지 않을 경우 요청을 거절시키는 역할을 한다
단순 jwt 검증만 할거라면 사실 이것만 있으면 됨

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


```yaml filename="requestAuthentication-yaml "
Expand Down Expand Up @@ -92,7 +92,7 @@ jwt 검증 이후에 추가 필터링(특정 URL 요청만 허용) 하려면 이
**`AuthorizationPolicy` 는 `app` 별로 적용되기에 적용되어야할 `app` 이 여러개라면 똑같이 여러개의 `AuthorizationPolicy` 를 생성해야한다**

```yaml filename="authorization-policy.yaml"
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: jwt-authz-policy
Expand Down

0 comments on commit 02cdfa0

Please sign in to comment.