1.7 KiB
1.7 KiB
| ui_doc_type | component_id | status | source_evidence | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| component | auth-token-reference | 구현됨 |
|
Auth Token Reference
Component ID: auth-token-reference
Status: 구현됨
Source Evidence
| Type | Path | Notes |
|---|---|---|
| code | packages/flutter/oto_console/lib/src/oto_console_overview.dart |
Active Auth Token Reference 표시 |
| code | packages/flutter/oto_console/lib/src/oto_console_contract.dart |
OtoConsoleConfig.authTokenReference |
| docs | agent-roadmap/sdd/control-plane-product-surface/control-plane-security-audit-surface/SDD.md |
token reference 노출 기준 |
Purpose
현재 runtime이 사용하는 인증 토큰을 원문이 아닌 표시 가능한 reference로만 보여준다.
Used By
overview:overview.authentication
Anatomy
- security section header
- key icon tile
- token reference value or
None
Variants
- present: reference string 표시
- absent:
None표시
States
- default
- absent
- truncated
- error: 없음
Rules
- token 원문, credential, private URL credential을 표시하지 않는다.
- 값이 길면 ellipsis 처리한다.
Decision History
- 2026-06-24: SDD의 노출 경계를 반영해
auth-token-referencecomponent로 정의했다.