KingHarry
Team access to authorized ssh keys
I've just added new team members to my account. I'd like them to be able to add their own public ssh keys to the pods that they launch from the team account.
They don't see the user settings on their team account but they can see it for their personal account - those keys don't get added to the team pods though.
I can add their keys myself but am wondering if there is a way for them to do it themselves. "connect to pods" is listed on the dev role here https://docs.runpod.io/get-started/manage-accounts?#dev-role
Thanks
2 replies
RRunPod
•Created by KingHarry on 12/23/2024 in #⚡|serverless
Environment Variables Crossing Serverless Endpoints
I have a 3 endpoints that use the same serverless template then I update the docker image and env vars as needed.
My issue is the environment variables seem to sync between the 3 endpoints. ie I have value X that for endpoints should be A, B, C. But after setting them I can see the endpoints all have X=C.
10 replies