Skip to content

docs(changelog): a revoked integration grant stays revoked - #177

Merged
indykish merged 2 commits into
mainfrom
chore/m164-002-coverage-changelog
Aug 16, 2026
Merged

docs(changelog): a revoked integration grant stays revoked#177
indykish merged 2 commits into
mainfrom
chore/m164-002-coverage-changelog

Conversation

@indykish

@indykish indykish commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Changelog entry for the fix in agentsfleet@bea73a723 (branch feat/m164-002-coverage-floors) — a stale approval gate resolved after an explicit revoke no longer resurrects the revoked grant.

Test plan

  • make lint's documentation checks pass (22/22). The separate _lint-openapi-drift failure on this branch (DELETE /v1/workspaces/{workspace_id}/connectors/{provider}, POST /v1/connectors/{provider}/callback missing from docs.json) pre-exists on origin/main — confirmed via a clean stash-and-relint — and is unrelated to this change; out of scope here.

🤖 Generated with Claude Code

Greptile Summary

This PR documents the fix preventing stale approval gates from restoring revoked integration grants and updates the API navigation metadata to include the connector deletion and callback endpoints.

  • Adds an Aug 16 security and bug-fix changelog entry.
  • Adds the missing connector DELETE and callback POST operations to docs.json.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
changelog.mdx Adds a focused changelog entry describing the revoked-grant resurrection fix and reauthorization flow.
docs.json Registers two existing connector operations in the API navigation metadata, resolving the documented OpenAPI drift.

Reviews (2): Last reviewed commit: "docs(api): list the two connector operat..." | Re-trigger Greptile

Context used:

indykish and others added 2 commits August 16, 2026 16:49
Pairs with bea73a723 — a stale approval gate resolved after
an explicit revoke no longer resurrects the grant it belonged to.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
`_lint-openapi-drift` compares agentsfleet's live main openapi.json
against the operations docs.json references, and M136's connector work
landed upstream without its two entries here:

  DELETE /v1/workspaces/{workspace_id}/connectors/{provider}
  POST   /v1/connectors/{provider}/callback

Both are public and documented upstream -- a provider disconnect, and
the dashboard's callback completion. Placed beside their same-path
siblings, matching how the Secrets group orders its verbs.

Unrelated to this branch's changelog entry; it fails every docs PR
opened after that upstream merge, this one included.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@indykish
indykish merged commit 2575d2e into main Aug 16, 2026
4 checks passed
@indykish
indykish deleted the chore/m164-002-coverage-changelog branch August 17, 2026 08:42
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