hitesh
hitesh
RRailway
Created by hitesh on 10/25/2023 in #✋|help
running nsjail inside railway.
I wish to sandbox a script based on a javascript runtime. It works fine on docker but on railway gives a set of permission issues. Any hints?
34 replies
RRailway
Created by hitesh on 10/13/2023 in #✋|help
Build stuck
902839da-2f70-44f0-8a72-7d2622c9cb55
5 replies
RRailway
Created by hitesh on 9/28/2023 in #✋|help
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
RRailway
Created by hitesh on 9/27/2023 in #✋|help
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
nginx.ingress.kubernetes.io/auth-url: http://backend-local.default.svc.cluster.local/
nginx.ingress.kubernetes.io/auth-method: POST
nginx.ingress.kubernetes.io/auth-url: http://backend-local.default.svc.cluster.local/
nginx.ingress.kubernetes.io/auth-method: POST
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
RRailway
Created by hitesh on 9/27/2023 in #✋|help
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