refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -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: "같은 헤더"