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
Setup:
CF CLI version: 7.2.0+be4a5ce2b.2020-12-10
CC API version: 3.98.0 (main branch, but does occur in previous releases too)
Steps to Reproduce
Put some parameters into the manifest for a service binding and execute cf push.
Then check whether the service broker received a request containing the provided parameters.
Expected result
The service broker receives the provided parameters with the service binding request.
The following shows how a request, which arrives at the service broker should look like:
Issue
When parameters are added to a service binding in the manifest and cf push is executed, the service broker won't receive the provided parameters.
Context
The manifest could look like this:
Setup:
CF CLI version: 7.2.0+be4a5ce2b.2020-12-10
CC API version: 3.98.0 (main branch, but does occur in previous releases too)
Steps to Reproduce
Put some parameters into the manifest for a service binding and execute
cf push
.Then check whether the service broker received a request containing the provided parameters.
Expected result
The service broker receives the provided parameters with the service binding request.
The following shows how a request, which arrives at the service broker should look like:
Current result
The request does not contain the parameters. The following shows the incoming request at the service broker:
The text was updated successfully, but these errors were encountered: