You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As documented by the v3 API spec service bindings can optionally be given args that are then passed on to the service broker that created the service instance.
Acceptance Criteria
GIVEN I have korifi deployed WHEN I send the following request:
AND WHEN the binding operation is complete THEN I can get the binding parameters by requesting GET /v3/service_credential_bindings/[guid]/parameters and I can see that my service broker has been called with those parameters.
The text was updated successfully, but these errors were encountered:
Blockers/Dependencies
Blocked by managd services support!
Background
As documented by the v3 API spec service bindings can optionally be given args that are then passed on to the service broker that created the service instance.
Acceptance Criteria
GIVEN I have korifi deployed
WHEN I send the following request:
THEN I get a response like this
AND WHEN the binding operation is complete
THEN I can get the binding parameters by requesting
GET /v3/service_credential_bindings/[guid]/parameters
and I can see that my service broker has been called with those parameters.The text was updated successfully, but these errors were encountered: