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
Bug 1565648 - expose _apb_service_binding_id to bind role #883
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than needing a bugzilla and changing the title to be of the form Bug <Bug #> - Title. This looks good to me.
| @@ -835,19 +835,23 @@ func (a AnsibleBroker) Bind(instance apb.ServiceInstance, bindingUUID uuid.UUID, | |||
| planParameterKey, plan.Name) | |||
|
|
|||
| params[planParameterKey] = plan.Name | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
|
@djzager Thanks for the review, creating a bugzilla account now |
|
That was my fault @pb82. I was not clear. We are currently under a feature freeze. In order for this PR to be merged into |
|
Thank you for @pb82 for your contribution. It is appreciated. |
|
@djzager No problem, i've created a bug in Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1565648 Also updated the title. |
|
Thank you again. |
Describe what this PR does and why we need it:
This PR exposes a new parameter
_apb_service_binding_idto the bind role that contains the externalId of the associated service binding. This is useful in cases where you want to triggerunbindby deleting the service instance.Changes proposed in this pull request
_apb_service_binding_idto the injected parameters for theBindaction.Does this PR depend on another PR (Use this to track when PRs should be merged)
No
Which issue this PR fixes (This will close that issue when PR gets merged)
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1565648
ping @maleck13 @shawn-hurley