Description of problem: In collapsed view for provisioned services on Overview page, secrets are shown under BINDINGS. While in expanded view, bindings name are displayed under SECRET Version-Release number of selected component (if applicable): v3.7.0-alpha.1+455ae1f-742 docker.io/openshift/origin latest d0744e004177 7 hours ago 1.068 GB docker.io/openshift/origin-service-catalog latest f0ecb9d8eb78 7 hours ago 361.3 MB How reproducible: Always Steps to Reproduce: 1.Provision service and create Binding, take Jenkins (Persistent)as example 2.Check Binding info In collapsed view for provisioned services on Overview 3.Check Binding info column on Provisioned Service pages Actual results: 2.Secrets created are shown in BINDINGS section 3.BINDINGS column lists secrets name Expected results: 2-3. BINDINGS section should display binding name not secrets Additional info:
Hi Sam, any comments about this issue? There is another issue I plan to report, but that depends on this.
We definitely shouldn't show different names in collapsed row vs expanded. https://github.com/openshift/origin-web-console/pull/2187
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/425e3f9df817d784ee910157c34f043594069fed Bug 1496687 - Consistent binding names * Show binding name rather than secret name in collapsed overview row to be consistent with what we show when expanded. * Remove "Secret" heading above binding name to avoid confusion. We shouldn't label a ServiceBinding as a Secret since they're different resources. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1496687
Thanks Sam, I need to change severity since it doesn't make sense of not accepting a card if only low severity bugs exists.
Checked on oc v3.7.0-alpha.1+e610f2a-1003 docker.io/openshift/origin latest e8ba5c99f837 9 hours ago 1.064 GB docker.io/openshift/origin-service-catalog latest 1a0dd1adae72 9 hours ago 352.2 MB Secrets was shown in Bindings column at Provisioned Service page
Created attachment 1337065 [details] SecretsShowsInBindings
Bindings display correctly on Overview page in both collapsed & expanded view
Assign this back
https://github.com/openshift/origin-web-console/pull/2247
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/9396acb3bb355f31c44c998487b5e9480acdbaa6 Bug 1496687: Consistent binding names Use the binding name instead of the secret name in the service instances table to be consistent with the overview and service instance details page. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1496687
Checked on v3.7.0-alpha.1+572fb85-1047 Now Secrets and Bindings are shown correctly both on Overview and Provisioned Service page