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,12 +1,12 @@
%% 지우지 않으면 통과한
%% question: Edge 가 넣어주는 인가 헤더를 앱이 믿어도 되는
flowchart TB
%% 헤더 도착과 인가 우회는 다르
%% question: 같은 위조 헤더가 도착하는 것과 인가를 우회하는 것은 같은
flowchart LR
n0(["외부 위조 헤더"])
n1{"nginx"}
n2{"oauth2-proxy"}
n3[""]
n2["permitAll echo"]
n3["JWT 보호 경로"]
n0 -->|"위조 헤더"| n1
n1 -->|"미삭제 시 통과"| n2
n2 -->|"인가 헤더"| n3
n1 -->|"그대로 전달"| n2
n1 -->|"같은 헤더"| n3
classDef external stroke-dasharray: 6 4
class n0 external