The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.
Follows the import procedure in README.md.
source/ the originating repository verbatim — 78 documents, 28 SVGs,
8 manifests, plus .source-revision recording the commit
final/ the SSOT
document.md 729 lines written from the 29 experiment documents, not
concatenated: what was predicted, what was measured, and
where the measurement itself was wrong
evidence/raw 125 outputs, flattened to <experiment>__<file> because
the originals collided (01-baseline.txt appeared three
times) and the audit only globs the top level
evidence/meta one per raw file; command and exitCode are null and the
README says why rather than inventing them
evidence/browser 22 captures
assets/ three diagrams through techviz
.techviz/ their VizSpecs
A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.
Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.
verify-pipeline.py passes. audit-records.py reports no issues.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
26 lines
2.9 KiB
XML
26 lines
2.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="880" height="196" viewBox="0 0 880 196" role="img">
|
|
<title>고정된 검증 순서</title>
|
|
<desc>뒤 단계일수록 비싸므로 명백히 부적격한 명령은 인코딩도 전송도 하기 전에 거절된다.</desc>
|
|
<rect x="0" y="0" width="880" height="196" fill="#ffffff"/>
|
|
<defs><marker id="ar" viewBox="0 0 10 10" refX="9" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse"><path d="M0,0 L10,5 L0,10 z" fill="#374151"/></marker><pattern id="hx" width="7" height="7" patternUnits="userSpaceOnUse" patternTransform="rotate(45)"><line x1="0" y1="0" x2="0" y2="7" stroke="#9ca3af" stroke-width="2"/></pattern></defs>
|
|
<text x="28" y="40" font-family="system-ui,sans-serif" font-size="19" font-weight="600" fill="#111827">고정된 검증 순서</text>
|
|
<rect x="28.0" y="104" width="105.6" height="58" rx="10" fill="#eef2ff" stroke="#374151" stroke-width="1.6"/>
|
|
<text x="80.8" y="138.0" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#111827">capability</text>
|
|
<rect x="207.6" y="104" width="105.6" height="58" rx="10" fill="#eef2ff" stroke="#374151" stroke-width="1.6"/>
|
|
<text x="260.4" y="138.0" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#111827">risk · permit</text>
|
|
<rect x="387.2" y="104" width="105.6" height="58" rx="10" fill="#eef2ff" stroke="#374151" stroke-width="1.6"/>
|
|
<text x="440.0" y="138.0" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#111827">namespace</text>
|
|
<rect x="566.8" y="104" width="105.6" height="58" rx="10" fill="#eef2ff" stroke="#374151" stroke-width="1.6"/>
|
|
<text x="619.6" y="138.0" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#111827">slot</text>
|
|
<rect x="746.4" y="104" width="105.6" height="58" rx="10" fill="#eef2ff" stroke="#374151" stroke-width="1.6"/>
|
|
<text x="799.2" y="138.0" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#111827">request budget</text>
|
|
<line x1="139.6" y1="133" x2="201.6" y2="133" stroke="#374151" stroke-width="1.6" marker-end="url(#ar)"/>
|
|
<text x="170.6" y="92" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#6b7280">버전 대조</text>
|
|
<line x1="319.2" y1="133" x2="381.2" y2="133" stroke="#374151" stroke-width="1.6" marker-end="url(#ar)"/>
|
|
<text x="350.2" y="92" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#6b7280">위험 등급</text>
|
|
<line x1="498.8" y1="133" x2="560.8" y2="133" stroke="#374151" stroke-width="1.6" marker-end="url(#ar)"/>
|
|
<text x="529.8" y="92" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#6b7280">키 소유</text>
|
|
<line x1="678.4" y1="133" x2="740.4" y2="133" stroke="#374151" stroke-width="1.6" marker-end="url(#ar)"/>
|
|
<text x="709.4" y="92" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" fill="#6b7280">단일 슬롯</text>
|
|
</svg>
|