-
Notifications
You must be signed in to change notification settings - Fork 25
Service definition example does not load #90
Comments
The example from the README refers to configuring the service-definition in the application.yml. To update/create the service-definition with the API endpoint, you'll have to provide a JSON. So you can convert parts of the example to JSON, which should then work. So the example JSON would look like this:
The README is unclear where and how this service-definition should be loaded. We'll update this section to clear it up. |
Ok, so when passing JSON instead of YML this is working 👍 . The same when you do a get on non existing resource that make the server crash instead of returning a 404. |
Yeah, good catch. 500 is defintely wrong in those cases. |
Problem
The serviceDefinitions provided in the README.md file cannot be loaded and cause an internal error.
Reproduce
Result
And the logs from the osb:
The complete backtrace
The text was updated successfully, but these errors were encountered: