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

Allow passing parameters when creating a binding #472

Closed
maleck13 opened this issue Oct 6, 2017 · 3 comments
Closed

Allow passing parameters when creating a binding #472

maleck13 opened this issue Oct 6, 2017 · 3 comments
Assignees

Comments

@maleck13
Copy link

maleck13 commented Oct 6, 2017

After provisioning a service, if you want to create a binding, you can click the binding option in the project overview screen. However there doesn't seem to be a way to pass parameters at this point that may be required by the service broker.
The service catalog and broker api allows for the passing of parameters to the bind API so it seems we should also be able to do this from the UI?
If not service bindings that rely on parameters being passed to work will not work from this ui feature? Is there something I am missing (as in a way to specify binding parameters that the ui can pick up on)?

@spadgett spadgett self-assigned this Oct 6, 2017
@spadgett
Copy link
Member

spadgett commented Oct 6, 2017

This will be supported in 3.7 and works in current master. The broker does need to pass back a schema for bind.

https://github.com/openservicebrokerapi/servicebroker/blob/v2.13/spec.md#schema-object

Implemented in

https://trello.com/c/Sws4p5jU
openshift/origin-web-console#1987

This was not yet implemented in the 3.6 tech preview, however.

@spadgett
Copy link
Member

spadgett commented Oct 6, 2017

Closing as this has been implemented.

@spadgett spadgett closed this as completed Oct 6, 2017
@maleck13
Copy link
Author

maleck13 commented Oct 6, 2017

@spadgett Thanks for the info

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

No branches or pull requests

2 participants