Bug 1565648
| Summary: | expose _apb_service_binding_id to bind role | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Peter Braun <pbraun> |
| Component: | Service Broker | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Zhang Cheng <chezhang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | aos-bugs, jmatthew |
| Target Milestone: | --- | ||
| Target Release: | 3.11.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-21 15:16:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Peter Braun
2018-04-10 13:21:30 UTC
Fixed by PR https://github.com/openshift/ansible-service-broker/pull/883 available in broker version 1.2.6-1 or later Moving status to Verified since this issue already been fixed.
For example:
{
"_apb_last_requesting_user": "chezhang",
"_apb_plan_id": "dev",
"_apb_provision_creds": {
"API_KEY": "KAYKxAgFtuCRk2D9H24W",
"API_SECRET": "b0R8s7X9t1sCZGYZHzAU",
"API_URL": "http://demo-api"
},
"_apb_service_binding_id": "48d4e2b1-9c7c-11e8-bfdb-0a580a800006",
"_apb_service_class_id": "21e1bfbf09d5a7fb8a54042f504f26be",
"_apb_service_instance_id": "a5c96f69-9c7b-11e8-bfdb-0a580a800006",
"cluster": "openshift",
"namespace": "test4"
}
Closing bugs that were verified and targeted for GA but for some reason were not picked up by errata. This bug fix should be present in current 3.11 release content. |