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 POST /v3/service_plans/:guid/visibility with parameters type=organization and organizations=org-guid1,org-guid2 THEN I get a 200 OK response containing the updated service plan visibility with type set to organization WHEN I get the updated service plan visibility THEN I see the visibility has been updated to organization and organizations set to the org guids specified with their corresponding org names
NOTE: Make sure to also implement PATCH. TODO: add acceptance to this story or spawn a new one
Ensure that when there are multiple brokers with the same url, cf service-access groups them by broker. Also, ensure that cf enable-service-access without -b argument prompts for service brokers correctly
The text was updated successfully, but these errors were encountered:
Also
- Add visibility_type to the service plan rest resource
- Implement filtering service offerings by broke name
- Implement filtering service plans by name
The above improvements enable certain options of the `cf service-acces` and
the `cf enable-service-access` commands
fixes#3276
Co-authored-by: Georgi Sabev <georgethebeatle@gmail.com>
GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I
POST /v3/service_plans/:guid/visibility
with parameterstype=organization
andorganizations=org-guid1,org-guid2
THEN I get a
200 OK
response containing the updated service plan visibility withtype
set toorganization
WHEN I get the updated service plan visibility
THEN I see the visibility has been updated to
organization
andorganizations
set to the org guids specified with their corresponding org namesNOTE: Make sure to also implement PATCH. TODO: add acceptance to this story or spawn a new one
Dev notes:
cf service-access
groups them by broker. Also, ensure thatcf enable-service-access
without-b
argument prompts for service brokers correctlyThe text was updated successfully, but these errors were encountered: