kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

After cancelling login flow extension considered user being logged-in #66

Closed f1ames closed 8 months ago

f1ames commented 8 months ago

After cancelling login flow extension considers user being logged-in which leads to invalid state. User is not able to login again so one needs to run Monokle: Logout first.

It also may lead to other issues since the state is invalid (logged-in but no valid credentials or user data). And so other parts may operate based on such invalid state.