hitesh
Private Networking not working for me
The auth service is already up and running > 100ms.
But other services are not able to hit it.
https://railway.app/project/98e76ea6-19e8-422c-813b-d262b3a47e33/service/feeb6fda-8c46-45b8-ada2-8afeea586819/settings
[stage-1 4/4] RUN curl http://authserver/auth/jwt/jwks.json:
--:--:-- --:--:-- 0curl: (6) Could not resolve host: authserver
28 replies
ingress auth kind of facility?
Folks, I am looking for something that can be used as a middleware to validate JWT tokens and then proxy to a service.
For example, in k8 nginx ingress you can do this
So your service will first hit the auth-url and open validation do some work(set headers etc).
How can we possibly do this on railway?
11 replies
cannot find -lpq
I have a ruse app that uses diesel, rocket.
Libpq-dev is neccesary. I dont have a dockerfile. I just do
railway up
and its failing.
Anyway to add libpq without using dockerfile? I switched from k8 after frustation of rust cross compiling. I dont want to get into devops and use dockerfile or anything. Need to focus on code.
Directions please?
My project details : https://railway.app/project/98e76ea6-19e8-422c-813b-d262b3a47e33/service/feeb6fda-8c46-45b8-ada2-8afeea586819
6 replies