Skip to content

Replace OpenAI API key debug log with presence-only message#2

Closed
dogussyaman wants to merge 1 commit intomainfrom
codex/remove-sensitive-console-log
Closed

Replace OpenAI API key debug log with presence-only message#2
dogussyaman wants to merge 1 commit intomainfrom
codex/remove-sensitive-console-log

Conversation

@dogussyaman
Copy link
Copy Markdown
Owner

Motivation

  • Prevent accidental leakage of the OpenAI API key by removing debug logging that printed part of the key in supabase/functions/cv-process/index.ts.

Description

  • Replace console.log("OpenAI API Key loaded:", OPENAI_API_KEY ? ${OPENAI_API_KEY.substring(0, 10)}... : "NOT FOUND") with console.log("OpenAI API key present:", Boolean(OPENAI_API_KEY)) in supabase/functions/cv-process/index.ts.

Testing

  • No automated tests were run for this change; the file was updated and committed successfully.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-crafters Ready Ready Preview, Comment Feb 4, 2026 9:57am

@dogussyaman dogussyaman deleted the codex/remove-sensitive-console-log branch February 16, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant