Here’s my use case… I have a SPA (React) frontend and a SpringBoot backend. The backend API paths all start with “/api/v1/”. The frontend is intended to handle all other paths/uri. Is it possible for Gatekeeper to proxy both similar to oauth2-proxy?
Hi @InfoSec812, I believe what you’re asking for is https://github.com/louketo/louketo-proxy/pull/526. If that’s the case, you’re more than welcome to comment on that and give this PR a try.
@abstractj Yes! That’s is EXACTLY what I am asking about! I may be able to give it a try later this weekend.