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
The workspace controller terminates the workspace pod if the Install RPC method fails, to avoid leaving the pod in an undefined state. Unfortunately, this masks authz errors, because Install is the first call that is made. Usability would improve if the controller didn't discard the pod in that situation, accomplished either by special-casing the error handling or by calling the WhoAmI RPC method firstly.
The text was updated successfully, but these errors were encountered:
The workspace controller terminates the workspace pod if the
Install
RPC method fails, to avoid leaving the pod in an undefined state. Unfortunately, this masks authz errors, becauseInstall
is the first call that is made. Usability would improve if the controller didn't discard the pod in that situation, accomplished either by special-casing the error handling or by calling theWhoAmI
RPC method firstly.The text was updated successfully, but these errors were encountered: