microcks-ansible-operator icon indicating copy to clipboard operation
microcks-ansible-operator copied to clipboard

Support for MongoDB secured connection

Open maximilianb28 opened this issue 2 years ago • 3 comments

Reason/Context

At this moment, the operator does not support ssl based connections to MongoDB

Description

It would be good to have a support for providing SSL certificates when the MongoDB server is configured to only allow SSL connections. There is no way to provide a SSL certificate with the current configuration.

Implementation ideas

The idea would be to pass the certificates in secrets as described below.

mongodb:
  install: false
  uri: mongodb-svc:27017
  database: mongodb
  ssl:
    enabled: true
    certificateSecret: tls-certificate
    certificateAuthoritySecret: tls-ca-key-pair

maximilianb28 avatar Oct 07 '23 00:10 maximilianb28

Hey!

Thanks for opening this issue. This is a good suggestion as it is asked by many different users for the Operator and for the Helm chart. I think we'll not be able to include this into the next 1.8.0 release that should land next week but I propose to include it just after in the 1.8.1. It will also be pushed on a nightly image as soon as committed.

What's your timeframe on this one? Any urgency?

lbroudoux avatar Oct 13 '23 10:10 lbroudoux

Thanks for the quick response.

We are in some kind of hurry. We were looking for something before mid November. The nightly image would be wonderful for testing purposes as well. As long as this can be fully addressed in the future, we should be fine. Thanks again for taking this into consideration.

maximilianb28 avatar Oct 14 '23 18:10 maximilianb28

This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience :heart:

github-actions[bot] avatar Sep 21 '24 00:09 github-actions[bot]