Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.10.2
-
Patch
-
Description
Currently Mongo interpreter has basic connection params which does not include any SSL / TSL. also mongo protocol is fixed.
DocumentDB: it required SSL / TSL connection.
Mongo Atlas: required different protocol mongodb+srv
Configuration:
mongo.server.protocol for protocol specification
mongo.server.api.version for API version specification
SSL / TSL config
mongo.server.ssl.enabled
mongo.server.tls.enabled
mongo.server.ca.file
mongo.server.allowInvalid
AWS specific additional configuration
mongo.server.aws.fle.awsAccessKeyId
mongo.server.aws.fle.awsSecretAccessKey
mongo.server.aws.fle.awsSessionToken
mongo.server.aws.fle.keyVaultNamespace
Attachments
Issue Links
- links to