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

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@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@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com