lawrencegripper / ion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Management server doesn't correctly validate the provider type

lawrencegripper opened this issue · comments

Creating a module with the provider AzureBatch results in the module using the kubernetes provider as it is looking for a lower case azurebatch.

The service should throw an error if the provider field is set but isn't set to a valid providers name. Probably also worth making it case insensitive.