Management server doesn't correctly validate the provider type
lawrencegripper opened this issue · 0 comments
lawrencegripper commented
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.