Git Product home page Git Product logo

Comments (10)

omron93 avatar omron93 commented on July 17, 2024 1

Ok. So this issue is waiting for SSL support in mongodb-container. And that is blocked by s2i support - #239

from mongodb-container.

pooriaidani avatar pooriaidani commented on July 17, 2024 1

any updates on this?

from mongodb-container.

bparees avatar bparees commented on July 17, 2024

i don't know enough about mongo to advise you about enabling sni (but if you do, you should be able to create a passthrough route to it), but another option would be configuring either an external ip service, or a nodeport for your mongodb pod.

from mongodb-container.

omron93 avatar omron93 commented on July 17, 2024

Using SNI does not require using SSL/TLS on the server too?

Currently it is not possible to enable SSL for mongodb container - I plan to add this after s2i support is added (#239)

from mongodb-container.

bparees avatar bparees commented on July 17, 2024

Using SNI does not require using SSL/TLS on the server too?

yes, it does. I figured that was implied when I said enabling SNI.

from mongodb-container.

omron93 avatar omron93 commented on July 17, 2024

yes, it does. I figured that was implied when I said enabling SNI.

Not sure we talk about same "server" :-) I thought a mongod server... I was asking because I am not familiar with "Edge Termination" of OpenShift routes. And if this can be somehow used.

from mongodb-container.

bparees avatar bparees commented on July 17, 2024

edge termination of a route means the router terminates the SSL connection and then uses a non-encrypted connection to the backend.
https://docs.openshift.org/latest/architecture/core_concepts/routes.html#secured-routes

from mongodb-container.

omron93 avatar omron93 commented on July 17, 2024

@bparees So it is possible to connect to service port (different than 80/443) without encrypted connection?

from mongodb-container.

bparees avatar bparees commented on July 17, 2024

@bparees So it is possible to connect to service port (different than 80/443) without encrypted connection?

services can be on any port you want and any protocol you want. but routes cannot.

from mongodb-container.

hhorak avatar hhorak commented on July 17, 2024

mongodb container is not maintained any more in this org. closing.

from mongodb-container.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.