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 parameter type=public THEN I get a 200 OK response containing the updated service plan visibility with type set to public
- For now `public` is the only allowd value other than `admin`, which is
the default
- Bonus: Introduce the `visibility_type` field in the service plan
resource. This makes `cf service-access` display the plan visibility
correctly
fixes#3275
Co-authored-by: Georgi Sabev <[email protected]>
- For now `public` is the only allowd value other than `admin`, which is
the default
- Bonus: Introduce the `visibility_type` field in the service plan
resource. This makes `cf service-access` display the plan visibility
correctly
fixes#3275
Co-authored-by: Georgi Sabev <[email protected]>
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 parametertype=public
THEN I get a
200 OK
response containing the updated service plan visibility withtype
set topublic
Dev notes:
The text was updated successfully, but these errors were encountered: