Change in ovirt-engine[master]: aaa: Add sso client command line registration tool

From Martin Peřina <mperina@redhat.com>:
Martin Peřina has submitted this change and it was merged. Change subject: aaa: Add sso client command line registration tool ...................................................................... aaa: Add sso client command line registration tool Add a command line registration tool ovirt-register-sso-client to register new sso clients. On running the tool user is prompted to enter the client id, callback prefix and the certificate location. A new entry is created in the sso_clients table if one does not exist or the existing one with the same client id is updated. The client_secret which is written to the command line should be noted and used by the client. The client secret in the sso_clients table is in encrypted format and is for sso internal use only. Change-Id: I3b3d5a7c97ff806735f6abc2635cdcf12aadf3f9 Bug-Url: https://bugzilla.redhat.com/1425935 Signed-off-by: Ravi Nori <rnori@redhat.com> --- M Makefile M backend/manager/pom.xml A backend/manager/sso-client-registration-tool/exclude-filters.xml A backend/manager/sso-client-registration-tool/pom.xml A backend/manager/sso-client-registration-tool/src/main/java/org/ovirt/engine/ssoreg/core/ExitException.java A backend/manager/sso-client-registration-tool/src/main/java/org/ovirt/engine/ssoreg/core/SsoLocalConfig.java A backend/manager/sso-client-registration-tool/src/main/java/org/ovirt/engine/ssoreg/core/SsoRegistrationToolExecutor.java A backend/manager/sso-client-registration-tool/src/main/java/org/ovirt/engine/ssoreg/db/DBUtils.java A backend/manager/sso-client-registration-tool/src/main/java/org/ovirt/engine/ssoreg/db/StandaloneDataSource.java A backend/manager/sso-client-registration-tool/src/main/modules/org/ovirt/engine/core/sso-client-registration-tool/main/module.xml A backend/manager/sso-client-registration-tool/src/main/resources/org/ovirt/engine/ssoreg/core/arguments.properties M ovirt-engine.spec.in A packaging/bin/ovirt-register-sso-client-tool.sh A packaging/conf/ovirt-register-sso-client-tool-logging.properties 14 files changed, 686 insertions(+), 0 deletions(-) Approvals: Martin Peřina: Looks good to me, approved Ravi Nori: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/74212 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b3d5a7c97ff806735f6abc2635cdcf12aadf3f9 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review