Skip to content

Commit

Permalink
포스팅 수정 중
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Jan 15, 2025
1 parent e92ce8a commit a435573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/msa/add-jwt-verification-proxy-to-istio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,9 @@ spec:
paths: ["/hello"]
```

위와 같이 to.operation.paths 만 지정하면 그냥 통과다,
위와 같이 `to.operation.paths` 만 지정하면 그냥 통과다,
만약 유효하지 않은 jwt를 보냈을 경우 `거절` 하고 싶으면 아래와 같이 `from.source.requestPrincipals` 를 같이 지정해야한다

`requestPrincipals`은 앞서 `RequestAuthentication` 에서 `jwt` 검증이 완료되면 생성되는 값으로,
`spring security` 를 해본 사람이라면 인증된 `Authentication` 객체로부터 `Principal` 을 얻어왔던 경험이 있을텐대 이와 비슷한 매커니즘이다

Expand Down

0 comments on commit a435573

Please sign in to comment.