35 lines
891 B
Markdown
35 lines
891 B
Markdown
---
|
|
title: Runbook — INTERNAL_AUTH_MISCONFIGURATION (공개 경로 설정 오류)
|
|
category: INTERNAL
|
|
error_codes: [INTERNAL_AUTH_MISCONFIGURATION]
|
|
severity: P1
|
|
owner: oncall
|
|
last_updated: 2026-06-15
|
|
status: stub
|
|
---
|
|
|
|
# Runbook: INTERNAL_AUTH_MISCONFIGURATION (`runbook://auth/public-path-misconfiguration`)
|
|
|
|
## Symptoms
|
|
|
|
- HTTP 500 with `error.code=INTERNAL_AUTH_MISCONFIGURATION`
|
|
- Security filter misconfiguration detected at runtime
|
|
|
|
## Diagnosis
|
|
|
|
- Check `verifyPublicPathSnapshot` output in CI
|
|
- Review recent changes to `SecurityConfig` or `application.yml` public path list
|
|
|
|
## Action
|
|
|
|
- Revert misconfigured public path change
|
|
- Run `./gradlew verifyPublicPathSnapshot` to compare snapshot
|
|
|
|
## Escalation
|
|
|
|
- P1 immediate: if auth bypass is possible due to misconfiguration
|
|
|
|
---
|
|
|
|
> **Stub**: Phase D2 — author body after domain adoption. (feature-operational-runbook-contract D9)
|