-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
None
According to https://docs.mongodb.com/drivers/node/fundamentals/authentication/enterprise-mechanisms#kerberos-gssapi-sspi there are 2 ways to specify gssapiServiceName as query string params:
- ?authMechanismProperties=SERVICE_NAME:alternateServiceName
- ?gssapiServiceName=alternalteServiceName
Currently (3.6.3) the node driver only allows a 3rd one: authMechanismProperties=gssapiServiceName:serviceName instead, which should probably be removed.
Impact on the shell:
- required to comply with the connection uri format (?authMechanismProperties=SERVICE_NAME:alternateServiceName and ?gssapiServiceName=alternalteServiceName)
- depends on
-
NODE-2704 Integrate new MongoOption interface usage
- Closed
- is depended on by
-
MONGOSH-839 Implement NODE-2905: Support auth mechanism properties service name
- Closed
- is related to
-
NODE-3351 CANONICALIZE_HOST_NAME is ignored as authMechanismProperty
- Closed