Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-619

Add cross realm authentication support for Kerberos

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.8
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Note in the java driver we would have to do something along the following, would this be something that node driver can expose to compass?

      MongoCredential gssAPICred = MongoCredential
      .createGSSAPICredential(KERBEROS + "@WINDOWSREALM.COM")
      .withMechanismProperty("REALM", "LINUXREALM.COM")
      .withMechanismProperty("CANONICALIZE_HOST_NAME", true);

            Assignee:
            christkv Christian Amor Kvalheim
            Reporter:
            christkv Christian Amor Kvalheim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: