Skip to content

Classify disabled-API 403s as misconfigured instead of expired#1402

Draft
RhysSullivan wants to merge 3 commits into
mainfrom
google-disabled-api-e2e
Draft

Classify disabled-API 403s as misconfigured instead of expired#1402
RhysSullivan wants to merge 3 commits into
mainfrom
google-disabled-api-e2e

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

A Google 403 with reason accessNotConfigured / SERVICE_DISABLED means the API is disabled in the OAuth client's project; the credential itself still works. Health checks previously folded every 401/403 into the expired status, so these connections showed an Expired badge and a reconnect prompt that could not fix the problem.

Probes now classify that case as a new misconfigured status. The row shows an amber "API disabled" badge with the provider's own remediation message (console link clickable), and Check now explains the disabled API instead of prescribing a reconnect. Unrecognized 403s still classify as expired.

e2e recording

A SERVICE_DISABLED / accessNotConfigured 403 means the API is disabled in
the OAuth client's project; the credential is fine. Probes now classify it
as a new 'misconfigured' status: amber 'API disabled' badge, the provider's
own remediation text (console link clickable) on the row, and no reconnect
prompt.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing d87e84f Commit Preview URL

Branch Preview URL
Jul 10 2026, 10:56 PM

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1402.executor-e2e.workers.dev
MCP https://executor-preview-pr-1402.executor-e2e.workers.dev/mcp
Deployed commit d87e84f

Sign-in is Cloudflare Access (one-time PIN to an allowed email). The preview has its own database and encryption key; it is destroyed when this PR closes.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud d87e84f Jul 10 2026, 10:57 PM

@pkg-pr-new

pkg-pr-new Bot commented Jul 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1402

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1402

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1402

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1402

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1402

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1402

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1402

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1402

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1402

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1402

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1402

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1402

executor

npm i https://pkg.pr.new/executor@1402

commit: d87e84f

The remediation text is the payload - the enable-API console link was
clipped by the one-line truncate. The scenario now asserts the text wraps
un-clipped and the link sits inside the visible box.
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.

1 participant