refactor: 문서 개선 중
This commit is contained in:
+8
-8
@@ -1,18 +1,18 @@
|
||||
# 지우지 않으면 통과한다
|
||||
# Question: Edge 가 넣어주는 인가 헤더를 앱이 믿어도 되는가
|
||||
direction: down
|
||||
# 헤더 도착과 인가 우회는 다르다
|
||||
# Question: 같은 위조 헤더가 도착하는 것과 인가를 우회하는 것은 같은가
|
||||
direction: right
|
||||
n0: "외부 위조 헤더" {
|
||||
shape: person
|
||||
}
|
||||
n1: "nginx" {
|
||||
shape: diamond
|
||||
}
|
||||
n2: "oauth2-proxy" {
|
||||
shape: diamond
|
||||
n2: "permitAll echo" {
|
||||
shape: rectangle
|
||||
}
|
||||
n3: "앱" {
|
||||
n3: "JWT 보호 경로" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n1: "위조 헤더"
|
||||
n1 -> n2: "미삭제 시 통과"
|
||||
n2 -> n3: "인가 헤더"
|
||||
n1 -> n2: "그대로 전달"
|
||||
n1 -> n3: "같은 헤더"
|
||||
|
||||
Reference in New Issue
Block a user