orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

accept_incomplete2: fix for #81 #84

Closed gberche-orange closed 3 years ago

gberche-orange commented 3 years ago

returning in orange FPC service broker rejecting the request with a 422

                "{\"error\":\"AsyncRequired\",\"description\":\"This service plan requires client support for asynchronous service operations.\"}\n"
          ],

Fixes #81

This deprecates #83 which had a rebase issue and had to be unmerged