Validate connection string auth option before cluster creating

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently we validate only simple cases during creating MongoCredentials, but defer complex cases (like validating auth props or different options combination) to the time when we create authentication itself which happens in handshake. I think we need to do it earlier like before cluster creating. This looks like a good place for it. NOTE: all needed validation happens inside "ToAuthenticator", but since it's delegate, we actually call it only during handshake

            Assignee:
            Unassigned
            Reporter:
            Dmitry Lukyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: