thiagoelg commented on PR #3569: URL: https://github.com/apache/incubator-kie-tools/pull/3569#issuecomment-4423741597
Hi @ch-lukas, thank you for the PR! There's one scenario in which this change could fail: when users host their KIE Sandbox and CORS Proxy services remotely while the Kind/Minikube cluster is local. A remote CORS Proxy service can't reach and proxy requests to "localhost". --- Having said that, not proxying requests to a Kubernetes Dev Deployment makes it impossible to use remote Kubernetes clusters. My alternative solution proposal is to have a checkbox when creating the Kubernetes Auth Session that enables all requests to it to be proxied by the CORS Proxy service, like this: <img width="1075" height="457" alt="image" src="https://github.com/user-attachments/assets/a0075e4a-ed91-44c3-bc30-aef5aafa3f84" /> This way, we can support both local and remote Kubernetes clusters. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
