Skip to content

Commit

Permalink
Improve description about proxy (#803)
Browse files Browse the repository at this point in the history
If my understanding is correct, the proxy routes traffic to the session
backend.
(Doesn’t the RouteMap manage routes on a per BearerToken basis?)

If my understanding is incorrect, please feel free to close this PR.
  • Loading branch information
akihiro-suzuk1 authored Aug 29, 2024
1 parent 25be1ec commit c412db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/concepts/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Docker API calls locally on behalf of the controller.

## Proxy

Proxies are used to route inbound traffic from outside of Plane towards the correct drone. Proxies are also
responsible for terminating TLS connections. When they need to obtain a new certificate, they coordinate
Proxies are used to route inbound traffic from outside of Plane towards the correct session backend on the drone.
Proxies are also responsible for terminating TLS connections. When they need to obtain a new certificate, they coordinate
with the controller to do so.

## DNS Server
Expand Down

0 comments on commit c412db7

Please sign in to comment.