Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a Korifi API user I want to be able to apply organization service plan visibility #3276

Closed
danail-branekov opened this issue May 22, 2024 · 0 comments

Comments

@danail-branekov
Copy link
Member

danail-branekov commented May 22, 2024

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

Dev notes:

georgethebeatle added a commit that referenced this issue Aug 6, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants