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
Make sure that only gardener project members with <spanclass="font-family-monospace">admin</span> role have privileged access to the <spanclass="font-family-monospace">{{ shootName }}</span> cluster before creating this terminal session.
104
101
</v-alert>
105
102
<v-alert
106
-
v-if="isAdmin
107
-
&& targetTab.selectedTarget === 'shoot'
108
-
&& !targetTab.configLoading
109
-
&& state.runtime === 'shoot'"
110
-
class="ml-6 mt-6 mb-2"
111
-
:model-value="true"
103
+
v-if="showAdminShootTerminalAlert"
104
+
class="ma-2"
112
105
type="info"
113
106
color="primary"
114
107
variant="tonal"
115
108
>
116
109
<strong>Terminal will be running in an untrusted environment!</strong><br>
117
110
Do not enter credentials or sensitive data within the terminal session that cluster owners should not have access to, as the terminal will be running on one of the worker nodes.
0 commit comments