Skip to content

docs: describe the unified jwt-auth middleware; disable UI/redline, cleanup#51

Merged
paullatzelsperger merged 2 commits into
mainfrom
chore/unified-jwt-auth-docs-cleanup
Jul 21, 2026
Merged

docs: describe the unified jwt-auth middleware; disable UI/redline, cleanup#51
paullatzelsperger merged 2 commits into
mainfrom
chore/unified-jwt-auth-docs-cleanup

Conversation

@paullatzelsperger

Copy link
Copy Markdown
Contributor

What

Documentation follow-up to eclipse-cfm/core-platform-distribution#11, plus some pending cleanup, in one PR:

  • README / docs/token-exchange.md: the gateway now attaches the single scope-less jwt-auth middleware on all authenticated routes; the clearglass route→scope map (first-match-wins, default deny, with scope implication admin ⊇ write ⊇ read) is the only scope check at the gateway. The removed per-API jwt-auth-<name> middlewares checked scopes by exact string match and rejected wider scopes such as identity-api:admin — e.g. on POST /participants/*/credentials/request/*.
  • charts/jad-dataspace-profile: disable the UI and redline components by default.
  • requests/EDC-V Onboarding: remove a committed bearer token from the Bruno collection.
  • tests/end2end: drop unused helpers (getVaultSecret, queryOrchestrationByProfileId) from ParticipantOnboarding.

🤖 Generated with Claude Code

…leanup

Update README and token-exchange docs for the gateway auth change in
eclipse-cfm/core-platform-distribution#11: all authenticated HTTPRoutes now
attach the single scope-less jwt-auth middleware and the clearglass route
map is the only scope check at the gateway. The removed per-API middlewares
checked scopes by exact match and rejected wider scopes such as
identity-api:admin.

Also: disable the UI and redline components in the dataspace-profile chart,
remove a committed bearer token from the Bruno collection, and drop unused
helpers from the onboarding e2e test.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@paullatzelsperger
paullatzelsperger merged commit 2f7c43f into main Jul 21, 2026
8 of 9 checks passed
@paullatzelsperger
paullatzelsperger deleted the chore/unified-jwt-auth-docs-cleanup branch July 21, 2026 06:04
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.

2 participants