• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 29565373841
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-5903-d90c85c95a0cb8c8b30b25f439d877c16db20904
DEFAULT BRANCH: develop
Ran 17 Jul 2026 08:10AM UTC
Jobs 1
Files 229
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jul 2026 08:07AM UTC coverage: 65.08% (+0.02%) from 65.063%
29565373841

push

github

web-flow
fix(cli): redact API keys (#5891)

## TL;DR

fixes project keys being written to CLI traces, matching the Go cli's
behavior...

## Problem

The Go-cli use to send keys through the `apikey` header:


https://github.com/supabase/cli/blob/<a class=hub.com/supabase/cli/commit/2cb2d6e83a3f7d65ebdab905c35b8f8257e685dc">2cb2d6e83/apps/cli-go/pkg/fetcher/gateway.go#L22-L33

Its debug transport only logs the request method and URL:


https://github.com/supabase/cli/blob/2cb2d6e83a3f7d65ebdab905c35b8f8257e685dc/apps/cli-go/internal/debug/http.go#L14-L16

Effect tracing captures request headers, but `apikey` is not included in
its default redaction list...
this allowed values to be written to local traces...

## sol

exclude `apikey` header attributes at the tracing boundary....
requests and all other telemetry remain unchanged, while NDJSON and
debug output no longer contain project keys....

## ref:

- reported in: #5890

11145 of 17125 relevant lines covered (65.08%)

10.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29565373841.1 17 Jul 2026 08:10AM UTC 229
65.08
GitHub Action Run
Source Files on build 29565373841
  • Tree
  • List 229
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29565373841
  • 2da1ee0c on github
  • Prev Build on develop (#29559749862)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc