Fix for some 500 errors on the registerDataset endpoint
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
Google Cloud -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Return 500 errors when kind
is not specified in the storage record.
What is the new/expected behavior?
Return 400 error instead.
Have you added/updated Unit Tests and Integration Tests?
Added a unit test. Integration tests are planned, but not yet implemented.