- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
nifi mongo x509 connection
- Labels:
-
Apache NiFi
Created ‎05-18-2020 04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to connect to NIFI GetMongo using x509 connection with certificates ?
Created ‎05-30-2020 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@samarsimha You can use configure MongoDBControllerService > SSL Context Service and provide certificate details.So NiFi can use these details to communicate with MongoDB database.
[Note: Make sure that the certificate details like keystore and truststore path should be same on all NiFI nodes]
SSL Context Service you can use StandardSSLContextService which will allow you to communicate with both legacy and modern systems
Thanks,
Akash
Created ‎05-30-2020 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@samarsimha You can use configure MongoDBControllerService > SSL Context Service and provide certificate details.So NiFi can use these details to communicate with MongoDB database.
[Note: Make sure that the certificate details like keystore and truststore path should be same on all NiFI nodes]
SSL Context Service you can use StandardSSLContextService which will allow you to communicate with both legacy and modern systems
Thanks,
Akash
