Skip to content

Commit

Permalink
docs: drop TokenRequest and TokenReview
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jan 5, 2025
1 parent 5a30d34 commit adebb46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ The `jumpstarter-router` provides routing via gRPC streams.

## Authentication

Client and Exporter authentication is managed via JWT tokens provided by the
`TokenRequest` and `TokenReview` Kubernetes APIs under the `jumpstarter-controller`
service account, the audience field indicates the location of the Jumpstarter
gRPC endpoint.
Authentication for both Clients and Exporters is handled through JWT tokens,
which are managed by Jumpstarter.

This authentication mechanism makes it possible to dynamically register different
Jumpstarter clients and exporters to communicate through the server.
Expand Down

0 comments on commit adebb46

Please sign in to comment.