all-things-risingwave
How is authentication handled for new clients connecting to the front end?
When a new client connects to the front end, is the authentication handled in the frontend, or is that request passed back to the meta for approval? If so, is there additional authentication/session validation back to the meta with every request, or does that only happen when the session is created?
Ri
Rick Otten
Asked on Nov 20, 2023
- Authentication for new clients connecting to the front end is handled in the Meta.
- There is no need for validation again for the following requests within the session.
Nov 20, 2023Edited by