Skip to content

Commit

Permalink
Merge pull request #209 from ahadas/docs_tokens
Browse files Browse the repository at this point in the history
docs: drop TokenRequest and TokenReview
  • Loading branch information
mangelajo authored Jan 5, 2025
2 parents 5a30d34 + adebb46 commit 9426fd9
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 9426fd9

Please sign in to comment.