Change in ovirt-engine[master]: core, frontend: Query to get raw provider certificates

juan.hernandez at redhat.com juan.hernandez at redhat.com
Thu Oct 23 19:45:44 UTC 2014


Juan Hernandez has submitted this change and it was merged.

Change subject: core, frontend: Query to get raw provider certificates
......................................................................


core, frontend: Query to get raw provider certificates

Currently we have a query that retrieves the certificates of an external
provider converted to a string, and this string is displayed to the
user. The RESTAPI can't easily consume this text, it should rather get
the raw certificates and render them so that callers can decide what
information to extract. To make this possible this patch renames the
existing query, to make it clear that it returns just the text, and adds
a new one that returns the raw certificates, intended for use by the
RESTAPI.

Change-Id: Ie5270bff9b671943fdea1c31369b7ad1d0dd4f67
Related-To: https://bugzilla.redhat.com/1132259
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetProviderCertificateChainQuery.java
A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetProviderCertificateChainTextQuery.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
4 files changed, 73 insertions(+), 17 deletions(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved
  Martin Betak: Looks good to me, but someone else must approve



-- 
To view, visit http://gerrit.ovirt.org/33961
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie5270bff9b671943fdea1c31369b7ad1d0dd4f67
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Martin Betak <mbetak at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list