feat: integrate jwtlet as in-cluster IdP for service-to-service auth#17
Open
paullatzelsperger wants to merge 12 commits into
Open
feat: integrate jwtlet as in-cluster IdP for service-to-service auth#17paullatzelsperger wants to merge 12 commits into
paullatzelsperger wants to merge 12 commits into
Conversation
Moves vault-agent from a regular sidecar to a native sidecar (initContainer with restartPolicy: Always) so the Vault token is guaranteed to exist before main containers start. Adds a busybox wait-for-token init container to block startup until the token file is written.
for resource mappings and scope mappings
- add docs/token-exchange.md: full explanation of the jwtlet-based machine auth path, the RFC 8693 exchange flow, scope mechanisms, and an onboarding guide for new client apps - update README with a summary section linking to the new doc - fix scope model: drop unused 'provisioner' tier, change 'admin' claims to concrete EDC scopes instead of a role claim - issuer seed job: use admin scope for tenant creation, narrow to write scope for attestation definitions - enable imagePullPolicy: Always on jwtlet deployment - comment out ui/ overlay temporarily Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jimmarino
approved these changes
Jun 12, 2026
jimmarino
approved these changes
Jun 12, 2026
1bf6b26 to
f83d580
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
provisionertier, changesadminscope claims to concrete EDC API scopes (management-api:admin identity-api:admin issuer-admin-api:admin), and uses the minimum required scope per operation in the issuer seed jobk8s/baselayer intoinfra/,security/, andtelemetry/sub-overlays for better organisationdocs/token-exchange.md: full explanation of the machine auth path, the exchange flow, scope model, and an onboarding guide for new client apps🤖 Generated with Claude Code