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
If I run oc logout in a terminal, when I open the extension, the current context shows as if I was logged in. Subsequent image deployment fails because anonymous user has no rights.
There should be a way to visually show a user is actually logged in or not.
The text was updated successfully, but these errors were encountered:
This is something that can happen at any time anywhere and nothing we can do about it.
Simplest way is to check login status before executing command and if user is not logged in show a warning and request to login.
Even this approach can fail sometimes, because session can expire even in the middle of 'oc new-application' execution.
If I run
oc logout
in a terminal, when I open the extension, the current context shows as if I was logged in. Subsequent image deployment fails because anonymous user has no rights.There should be a way to visually show a user is actually logged in or not.
The text was updated successfully, but these errors were encountered: