Cupix::Errors::PermissionDenied: Permission denied
Service
cupixvista-api
Occurrences
12
Status
Reported
Confidence
85%
Actionability
52%
Cluster ID
71c996fa-6bd0-49c8-9d23-3bfc0d4ef9af
First Seen
2025-08-29 09:57 UTC
Last Seen
2026-07-29 05:48 UTC
Actions
Cupix::Errors::PermissionDenied: Permission denied
What Happened#
cupixvista-api (tesla, ECE QA deployment) 에서 Cupix::Errors::PermissionDenied (code PERM10000) 가 Error Tracking 이슈로 그룹핑되어 12건 집계되었다. 최근 발생 로그를 보면 GET /api/v1/reviews/:id/members 와 PUT /api/v1/me 두 엔드포인트에서 권한이 없는 사용자가 요청을 보낼 때 정상적으로 403 Forbidden 을 반환하며 발생하는 authorization 실패다. 애플리케이션은 이 예외를 rescue_from 으로 처리해 403 JSON 을 렌더하고, 로그는 error 가 아닌 info 레벨로 남긴다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | Cupix::Errors::PermissionDenied |
| exception.message | Permission denied |
| exception.code | PERM10000 |
| top_frame | app/repositories/user_repository.rb:116 / app/repositories/review_repository.rb:170 |
| runtime | Rails (tesla monolith) |
| env | ECE QA (cupixvista, us-west-2) |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| cupixvista-api (tesla) | 11 (14d 로그) | 사용자 없음 — 권한 없는 요청에 정상적으로 403 반환 |
Timeline#
- 2025-08-29 18:57 KST — Error Tracking 이슈 first_seen (representative sample)
- 2026-07-23 12:58~13:57 KST —
GET /reviews/xb9bb8/members,GET /reviews/x452mc/members403 다수 발생 - 2026-07-29 14:48 KST — 클러스터 last_seen (
GET /reviews/x452mc/members403) - 2026-07-31 18:49 KST —
PUT /api/v1/me403 - 2026-08-03 15:19 KST — 가장 최근
GET /reviews/iw8g86/members403
Scoring#
Confidence 85% · Actionability 52%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 18 code refs, 5 log queries |
| Code path explicitness | 3/3 | 18 file:line refs |
| Log evidence | 3/3 | section, query, pattern |
| RCA structure | 3/3 | 3/3 sections |
| Revision history | 0/3 | 0 revision(s) |
| Agent execution | 3/3 | success |
Actionability#
| Dimension | Score | Detail |
|---|---|---|
| Fix complexity | 5/5 | trivial |
| Affected files | 1/5 | 13 file(s) |
| Single repo | 1/3 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 3/3 | no external deps |
| Data migration | 3/3 | no migration |