You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName="text-center pb-6 text-gray-500 text-base w-96">Here you can set <strong>project-specific environment variables</strong>that will be visible during prebuilds and (optionally) in workspaces for this project.</p>
54
+
<pclassName="text-center pb-6 text-gray-500 text-base w-96">All <strong>project-specific environment variables</strong> will be visible in prebuilds and optionally in workspaces for this project.</p>
<AlertBox><strong>Project variables might be accessible by anyone with read access to your repository.</strong><br/>Secret values can be exposed if they are printed in the logs, persisted to the file system, or made visible in workspaces.</AlertBox>
<strong>Project environment variables can be exposed.</strong><br/>
109
+
Even if <strong>Hide Variable in Workspaces</strong> is enabled, anyone with read access to your repository can access secret values if they are printed in the terminal, logged, or persisted to the file system.
<CheckBoxtitle="Hide in Workspaces"desc="Project variables are visible during prebuilds. Choose whether this variable should be visible in workspaces as well."checked={censored}onChange={()=>setCensored(!censored)}/>
123
+
<CheckBoxtitle="Hide Variable in Workspaces"desc="Unset this environment variable so that it's not accessible from the terminal in workspaces."checked={censored}onChange={()=>setCensored(!censored)}/>
122
124
</div>
123
125
{!censored&&<divclassName="mt-4">
124
-
<InfoBox>This value will be directly visible to anyone who can open your repository in Gitpod.</InfoBox>
126
+
<InfoBox>This variable will be visible to anyone who starts a Gitpod workspace for your repository.</InfoBox>
0 commit comments