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

Fallback to local policy when user authenticated but remote policy not configured #38

Closed f1ames closed 9 months ago

f1ames commented 1 year ago

When user is authenticated we assume that remote policy should be configured and will not use any other if remote setup is not valid.

We should fallback to local policy instead so resources are still validated. It should be clearly communicated to the user that a local policy is used and how it can be changed to remote one.

Reported by @olensmar.

f1ames commented 9 months ago

This was already fixed in https://github.com/kubeshop/vscode-monokle/pull/50.