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>
25 lines
1.8 KiB
Plaintext
25 lines
1.8 KiB
Plaintext
openjdk version "21.0.12" 2026-07-21
|
|
고정 리비전 jar : 2
|
|
[관리자 포트가 부르는 여섯 전이가 현재 상태를 읽는가]
|
|
resumeHealthy 읽는다 — AUTHENTICATION_FAILED 면 그대로 둔다
|
|
markDegraded 읽는다 — HEALTHY 일 때만 바꾼다
|
|
markThrottled 읽는다 — HEALTHY 일 때만 바꾼다
|
|
markAuthenticationFailed set 으로 덮어쓴다
|
|
markDraining 읽지 않는다 — 무조건 덮어쓴다
|
|
markDisabled 읽지 않는다 — 무조건 덮어쓴다
|
|
|
|
[네 단계 시퀀스]
|
|
0. 시작 반환 - 상태 HEALTHY 사유 (없음) 헬스 true
|
|
1. 제공자가 자격증명 거부 반환 - 상태 AUTHENTICATION_FAILED 사유 INVALID_CREDENTIAL 헬스 false
|
|
2. 운영자가 HEALTHY 요청 반환 false 상태 AUTHENTICATION_FAILED 사유 INVALID_CREDENTIAL 헬스 false
|
|
3. 운영자가 DRAINING 요청 반환 true 상태 DRAINING 사유 DRAINING 헬스 true
|
|
4. 운영자가 다시 HEALTHY 요청 반환 true 상태 HEALTHY 사유 (없음) 헬스 true
|
|
|
|
[DISABLED 로도 같은지]
|
|
3'. 운영자가 DISABLED 요청 반환 true 상태 DISABLED 사유 DISABLED 헬스 false
|
|
4'. 운영자가 HEALTHY 요청 반환 true 상태 HEALTHY 사유 (없음) 헬스 true
|
|
|
|
[비교] 가드가 있는 전이로는 통과하지 못한다
|
|
3". 운영자가 DEGRADED 요청 반환 false 상태 AUTHENTICATION_FAILED 사유 INVALID_CREDENTIAL 헬스 false
|
|
4". 운영자가 HEALTHY 요청 반환 false 상태 AUTHENTICATION_FAILED 사유 INVALID_CREDENTIAL 헬스 false
|