Don't discard the workspace pod when authz is misconfigured #740
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
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: