-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Per-user homedir? #2527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Michaelhobo! We've been using Environment Variables to store variables like GCP credentials. I think it makes sense to also support file env vars in the future to support file (multiline) variables like certificates, RC files, and more. Feel free to upvote #2058. See also the workaround mentioned in #2058 (comment). |
Thanks for the env vars mention, I didn't know about that, and it helps for a few of my needs. But, here are some more reasons for mounting a volume instead of (or in addition to) having file env vars.
|
This is also very similar to #2016 |
duplicate of #2016 |
While using gitpod, I often want to persist user-specific data, e.g. gcloud credentials, RC files, etc etc. Today, these workflows need to be regenerated every time. Can we NFS-mount a volume onto the user's homedir that's shared between all of a user's workspaces? That would allow me to save settings, credentials, etc across my different workspaces.
The text was updated successfully, but these errors were encountered: