Skip to content

Identity: Move actor JWT/cert minting into the main API - #1315

Open
Taahir Ahmed (ahmedtd) wants to merge 1 commit into
agent-substrate:mainfrom
ahmedtd:merge-broker
Open

Identity: Move actor JWT/cert minting into the main API#1315
Taahir Ahmed (ahmedtd) wants to merge 1 commit into
agent-substrate:mainfrom
ahmedtd:merge-broker

Conversation

@ahmedtd

@ahmedtd Taahir Ahmed (ahmedtd) commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

This was originally a separate service to make it easy to apply separate authentication and authorization interceptors.

It now seems clear that our authn/z framework will be strong enough to support atelet and external callers in one system (based on OpenFGA).

This change moves the MintJWT and MintCert RPCs into the control API, and removes some inline authz checks that will be handled by our unified authorizer framework.

@ahmedtd

Copy link
Copy Markdown
Collaborator Author

Whoops, this isn't ready to review yet.

@ahmedtd Taahir Ahmed (ahmedtd) changed the title Merge broker Identity: Move actor JWT/cert minting into the main API Sep 3, 2026
@ahmedtd
Taahir Ahmed (ahmedtd) force-pushed the merge-broker branch 2 times, most recently from 943838f to 10a0120 Compare September 4, 2026 20:16
@ahmedtd
Taahir Ahmed (ahmedtd) marked this pull request as ready for review September 4, 2026 20:17
@ahmedtd

Copy link
Copy Markdown
Collaborator Author

Ready for review now

This was originally a separate service to make it easy to apply separate
authentication and authorization interceptors.  It now seems clear that
they should be in controlapi, with the same authn/z handlers chosen
there.

* Remove checks that will be handled in the authorizer framework.
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