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

support instances_retrievable and bindings_retrievable (supporting webui forms for params + osb client guid lookup) #9

Open
gberche-orange opened this issue Dec 10, 2019 · 4 comments

Comments

@gberche-orange
Copy link
Member

gberche-orange commented Dec 10, 2019

Expected behavior

  • As an application developer (implicitly using osb-cmdb),
  • in order to update services supporting arbitrary params and json schemas and have previously set data displayed in web ui or in cf cli v8 (see Improving cf service UX in V8)
  • I need osb-cmdb to implement the fetch endpoint for service instance and service bindings.

As an osb-client,

  • in order to check whether a service instance exists associated with a given id
  • in order to check whether a given id was already used
  • I need the OSB instances_retrievable feature to be implemented

Observed behavior

Osb-cmdb and SCAB does not currently implement the fetch endpoints.

As a workaround, OSB client can be given a read-only access to the osb-cmdb to discover existing backing service guids. (duplicate of #23)

Affected release

Reproduced on version 0.2

@gberche-orange gberche-orange changed the title support instances_retrievable and bindings_retrievable support instances_retrievable and bindings_retrievable (supporting webui forms for params + osb client guid lookup) Mar 17, 2020
@gberche-orange
Copy link
Member Author

gberche-orange commented Sep 24, 2021

Status as of V1.6.0 for instances_retrievable feature

Paas-templates osb smoke tests are missing call to "cf curl /v3/service_instances/:guid/parameters", see https://www.pivotaltracker.com/story/show/178213858 for smoke test scenario

gberche-orange added a commit that referenced this issue Sep 24, 2021
@gberche-orange
Copy link
Member Author

gberche-orange commented Oct 14, 2021

Steps from V1.6.0 for binding_retrievable feature

Decision on whether to migrate to v3 CAPI api to support async service bindings

@gberche-orange
Copy link
Member Author

Suggested alternative to implementing and testing async service binding is to wrap the CF CLI, thanks @o-orand

@gberche-orange
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant