aicam opened a new issue, #3901:
URL: https://github.com/apache/texera/issues/3901

   ## Issue
   
   - Currently, access control service is only used in Kubernetes, therefore, 
developers who add features to local development environment can not test their 
feature unless they run Kubernetes.
   - We have two logics for authorizing requests which make our development 
inconsistent, in other words, a feature developed on local development mode may 
not work correctly on Kubernetes.
   
   ## Current router in local development
   In our local development when there is no Kubernetes and Envoy service, we 
use simple Angular routing. It has a static routing mechanism where requests 
are redirected to a specific service based on their path.
   
   ## Solution
   We need to find a way to use a dynamic routing system in local development. 
Technically, we need Envoy service but without need to run it on Kubernetes and 
can be ran locally.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to