Skip to content

docs(status): staging 인증 경계를 현행화 - #23

Merged
hywznn merged 1 commit into
developfrom
docs/staging-status-20260907
Sep 6, 2026
Merged

docs(status): staging 인증 경계를 현행화#23
hywznn merged 1 commit into
developfrom
docs/staging-status-20260907

Conversation

@hywznn

@hywznn hywznn commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

변경 내용

  • 로그인 없는 staging이라는 오래된 설명을 제한 파일럿 서명 세션 기준으로 수정했습니다.
  • Firebase Hosting pinTag가 Backend 배포를 자동 추적하지 않는 운영 경계와 최신 pinned revision을 기록했습니다.
  • private Speech Cloud Run 연결 smoke와 실제 Pad microphone·현장 무전 미검증을 분리했습니다.

검증

  • git diff --check 통과
  • 실제 공개 origin: station catalog 200 → pilot session 303 → session 200
  • CI에서 pnpm check 수행 예정

주장 제한

  • 개발용 공개 파일럿 단일 smoke이며 상용 고가용성 근거가 아닙니다.

Closes #22

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T23:08:04.207881Z d122453 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@hywznn
hywznn merged commit a7a1570 into develop Sep 6, 2026
1 check passed
@hywznn
hywznn deleted the docs/staging-status-20260907 branch September 6, 2026 23:06

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d122453898

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Comment on lines +165 to +167
`develop` 검증본은 OpenAI Sites의 비공개 배포와 Firebase Hosting 공개 배포로 게시합니다.
현재 공모전 staging 번들은 소방서 선택 후 발급되는 제한 파일럿 서명 세션으로 BFF에
연결하고, 운영 연결 실패를 fixture로 자동 대체하지 않습니다.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the remaining authless-staging instructions

When an operator follows this README, the new signed-session description conflicts with lines 79 and 95, which still say that staging sets VITE_ENABLE_AUTH=false and sends credentials: omit (and the runbook repeats that guidance), even though .env.staging sets the flag to true. Leaving those instructions unchanged can produce a staging build that omits the session cookie and receives 401s, so update the earlier configuration and validation sections as part of this authentication-boundary refresh.

Useful? React with 👍 / 👎.

Comment thread README.md
Comment on lines +177 to +178
서비스 `chemicheck119-fe-develop`은 예비 주소로 유지합니다. staging 번들은 인증을
활성화하며 물질검색·사고분석·음성 전사는 서명 세션을 거쳐 BFF의 Live 경로를 호출합니다.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove speech from the enabled staging paths

For builds made from the checked-in .env.staging, speech does not call this Live path: that file never sets VITE_ENABLE_SPEECH_API=true, while src/api/config.ts requires the value to be exactly true, causing the control to remain hidden and transcribeIncidentAudio to reject with NOT_READY. Describe the result as a backend-only smoke, or enable the flag after the required deployment validation, rather than claiming the staging bundle currently sends speech requests.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(status): staging 인증과 Speech 검증 경계를 현행화

1 participant