You either need two instances one that is publicly available to serve public endpoints and another to serve private/admin endpoints. (or one instance with an HTTP router in front of it that can apply permissions as necessary)
n
narrow-boots-20963
11/30/2022, 9:45 PM
Just create a Dockerfile that inherits from hydra image
Pass to Cloud run an set one instance in port 4444 and another in 4445