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

Introduce configuration option to define Monokle Cloud project to fetch policies from #29

Closed f1ames closed 9 months ago

f1ames commented 1 year ago

I wonder if we can have some manual settings to set the project? Autodetection is great but it has its limits. It can be a simple field in the settings that only work in the JSON form and we can document it. (e.g. give project handle & repository name).

We can even make it fancier later and add a “Link repository” which shows a flattened list of repository+project (edited)

To reiterate on the above:

olensmar commented 1 year ago

This makes me think if Monokle Cloud could just have the concept of "Policy Presets", not connected to any specific repo/project (but a workspace), that users could use/apply to their local project in VS-Code/Desktop/etc - somewhat in line with https://github.com/kubeshop/monokle/issues/4118 !?

f1ames commented 9 months ago

This was covered recently by introducing monokle.project configuration.