Is there anything similar to AWS Secrets Manager here?
Here at Railway, is there any solution similar to AWS Secrets Manager in which I can, through a connection or SDK, store global environment variables and access them in the project I want? Let's suppose I have a backend project but I want to access a variable from there through my code on the frontend, is there a way?
6 Replies
Project ID:
N/A
n/a
whats wrong with using service variables?
railway env variables are pretty basic, you can host Infisical tho
https://railway.app/template/UAZUjV
There is nothing wrong, but my issue here is precisely when I have several projects and several services, and I want to get some type of variable through my code, as I would normally do for example through an AWS Secrets Manager SDK, I wanted find out if it is possible to do something similar here at Railway
you have separate railway projects that need the same variables? should those services not be in the same project then?