feat: 가상화 문서들 추가
This commit is contained in:
+3
-3
@@ -16,7 +16,7 @@ digraph techviz {
|
||||
n2 [label="Spring upstream", shape=box, style="rounded,filled"];
|
||||
n3 [label="oauth2-proxy", shape=box, style="rounded,filled"];
|
||||
}
|
||||
n0 -> n1 [label="GET /api/edge · AP4_SESSION", style=solid];
|
||||
n1 -> n3 [label="internal /oauth2/auth subrequest", style=solid];
|
||||
n1 -> n2 [label="allowlisted identity + internal token", style=solid];
|
||||
n0 -> n1 [label="AP4_SESSION", style=solid];
|
||||
n1 -> n3 [label="auth subrequest", style=solid];
|
||||
n1 -> n2 [label="identity", style=solid];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user