Change in ovirt-engine-sdk-ruby[master]: Add support for Kerberos authentication

juan.hernandez at redhat.com juan.hernandez at redhat.com
Thu Mar 10 17:28:03 UTC 2016


Juan Hernandez has submitted this change and it was merged.

Change subject: Add support for Kerberos authentication
......................................................................


Add support for Kerberos authentication

This patch adds support for Kerberos authentication. To use it the
"Connection" class has to be created using the "kerberos" parameter:

  connection = OvirtSDK4::Connection.new(
    :url => 'https://engine40.example.com/ovirt-engine/api',
    :kerberos => true,
    ...
  )

For this to succeed the user must have acquired the Kerberos credentials
(the TGT) before calling the Ruby SDK.

Change-Id: I6625d586d53bab8b72b7d38ddcd414e93b5d0d9f
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M sdk/lib/ovirtsdk4/http.rb
1 file changed, 13 insertions(+), 3 deletions(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved
  Jenkins CI: Passed CI tests



-- 
To view, visit https://gerrit.ovirt.org/54610
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6625d586d53bab8b72b7d38ddcd414e93b5d0d9f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list