[Mongo services] Connection through a certificate instead of credentials #545
-
What product are you having troubles with?Console What Console version are you using?v13 DescriptionHi guys, The certificate is currently supported in the mongo connection string, following an example:
The client uses the crud-service and the Fast Data services. I am thinking that, if you inject a secret with the certificate inside the specific pod and than you point to that certificate in the connection string all should work well, but I'd like to have a feedback from you too. Thanks 😄 Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Both |
Beta Was this translation helpful? Give feedback.
Hi @silversoul93
Both
crud-service
and fast data services accepts a valid MongoDB connection string. So, if you mount that certificate as a secret (using mlp), the connection string without username and password should work