Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-768

Auth Mechanism Properties in the Connection String

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.8, 3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Currently the python driver supports a single "auth mechanism property", gssapiServiceName, for use with the GSSAPI mechanism. The goal of this ticket is to support the forthcoming standard for specifying mechanism properties, authMechanismProperties. The syntax looks like:

      authMechanismProperties=PROPERTY_NAME:PROPERTY_VALUE,PROPERTY_NAME2:PROPERTY_VALUE2

      PyMongo will support the SERVICE_NAME property, replacing gssapiServiceName name with:

      authMechanismProperties=SERVICE_NAME:<your service name>

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: