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
GIVEN I have enabled the experimental managed services flag in the helm values WHEN I have created service brokers WHEN I GET /v3/service_plans THEN I get a 200 OK response containing a list of all the service plans from all brokers
Dev notes:
The implementation of this story involves fetching the broker catalog via OSBAPI
Filtering plans is out of scope for this story
The default visibility_type of the service plan should be retruned as admin
GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I
GET /v3/service_plans
THEN I get a
200 OK
response containing a list of all the service plans from all brokersDev notes:
visibility_type
of the service plan should be retruned asadmin
The text was updated successfully, but these errors were encountered: