Is there a way to restrict a team member from taking actions in a specific environment?
In a nutshell:
- I am using Pro Plan
- I have 3 environments in my project:
dev
, staging
, prod
- In railway, we have a team of 3 persons: 1 admin, 2 members
Is there a way to prevent team members from performing certain actions in the prod
environment (e.g., changing the repo branch, updating the start command)? On other env, they can have full accessSolution:Jump to solution
Unfortunately at this time there is no way to have fine grain permission controls over anything for the members of your team workspace.
It's something that does get asked for a lot so we definitely think about it....
8 Replies
Project ID:
N/A
N/A
Solution
Unfortunately at this time there is no way to have fine grain permission controls over anything for the members of your team workspace.
It's something that does get asked for a lot so we definitely think about it.
well noted thanks for your reply
Hello, getting back regarding this question I asked a few month back.
Is there any update on this?
If no, is there a way to encrypt/hide sensitive ENV variable that are use in production to team members?
thank you for following back up!
we don't yet have any way to restrict a user's actions, but we do indeed now have a way to hide a variable, check out our docs on the topic! -
https://docs.railway.app/guides/variables#sealed-variables
thanks
no problem!