Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-2200

Make MRI and JRuby Kerberos authenticators have the same API

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: JRuby, Kerberos
    • Labels:
      None

      Currently there are two big differences between MRI and JRuby authenticators:

      1. They have different class names. There is no reason for this since they can't be both loaded at the same time, since one is defined as a C extension and the other as a JRuby extension.
      2. They have different parameter APIs - the MRI one takes and returns BSON::Binary instances and JRuby one takes and returns strings. The payload size that is in these binary instances is miniscule (< 100 bytes) hence strings should work just fine.

            Assignee:
            Unassigned Unassigned
            Reporter:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: