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>
15 lines
2.3 KiB
JSON
15 lines
2.3 KiB
JSON
{
|
|
"assetKey": "a-weaker-private-copy-on-the-wired-path",
|
|
"kind": "terminal",
|
|
"command": "V=application-core/src/main/java/dev/caskeleton/application/notification/platform/contact/WebPushSubscriptionValue.java\nN=adapter/outbound/notification/src/main/java/dev/caskeleton/adapter/outbound/notification/platform/provider/http/NotificationEndpoints.java\nG=adapter/outbound/notification/src/test/java/dev/caskeleton/adapter/outbound/notification/platform/provider/http/EndpointGuardCallSiteTest.java\n\necho '# 값 타입의 컴팩트 생성자가 하는 검사 전부'\ngrep -n '' \"$V\" | sed -n '22,38p'\necho '# 다섯째 검사의 구현 — 같은 파일 안의 private 메서드'\ngrep -n '' \"$V\" | sed -n '50,59p'\n\necho\necho '# 그 private 사본이 베낀 원본. 같은 모듈의 공개 함수다.'\ngrep -n '' \"$N\" | sed -n '24,35p'\n\necho\necho '# 같은 파일의 다른 공개 함수가 자기가 누구를 위한 것인지 적는다'\ngrep -n '' \"$N\" | sed -n '47,51p'\necho '# 그 함수가 실제로 하는 검사'\ngrep -n '' \"$N\" | sed -n '65,99p' | grep -v ': *//' | grep -v ': *$'\n\necho\necho '# 강한 쪽의 프로덕션 호출처'\ngrep -rn 'NotificationEndpoints.requireExternallyRoutable' --include=*.java . | grep '/main/' | sed 's|.*/||'\necho -n '# 그중 웹푸시: '\ngrep -rn 'NotificationEndpoints.requireExternallyRoutable' --include=*.java . | grep '/main/' | grep -ci webpush\necho -n '# 값 타입이 두 공개 함수 중 하나라도 부르는 줄: '\ngrep -c 'NotificationEndpoints' \"$V\"\n\necho\necho '# 호출처 도달을 고정하려고 만든 테스트가, 무엇을 목록으로 들고 있는가'\ngrep -n '' \"$G\" | sed -n '17,22p'\ngrep -n '@DisplayName' \"$G\"\necho -n '# 그 파일에서 WebPush 를 언급하는 줄: '\ngrep -c 'WebPush' \"$G\"",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template/src",
|
|
"exitCode": 1,
|
|
"executedAt": "2026-09-02T03:21:47+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a-weaker-private-copy-on-the-wired-path.txt",
|
|
"svg": "evidence/rendered/a-weaker-private-copy-on-the-wired-path.svg",
|
|
"rawSha256": "d44231245b29e7b5a8c66c2faa381f00a4da08a6ec9ad83b0ca2e6e551114bf5",
|
|
"lines": 102,
|
|
"redaction": "none — 분석 문서 발췌"
|
|
}
|