I’ve built my CI so on every pull request a review app is created.
I don’t want anyone to be accessing these review apps but only me and whoever I want to give access to.
I thought that a very simple solution could be to put basic auth at a proxy level, but I don’t know if there is a way to configure the Fly proxy for that and only for review apps.
Could someone point me in the right direction?
For context, I’m building a Phoenix app, but before writing any code for this in my app I wanted to explore the idea of doing it at a proxy level so requests don’t even reach the server if not authorized