MAIF / otoroshi

Lightweight api management on top of a modern http reverse proxy
https://www.otoroshi.io
Apache License 2.0
239 stars 38 forks source link

prevent creating wasmo wasm plugin without source #1838

Closed ptitFicus closed 8 months ago

ptitFicus commented 8 months ago

Creating a plugin of kind wasmo without specifying script is possible from UI, however doing so will trigger a loop of failed fetch from wasmo.

Therefore it would be a good idea to prevent such creation.