syndesisio / syndesis-project

Placeholder repository for project management
https://syndesis.io/
Apache License 2.0
6 stars 12 forks source link

Use reencrypt routes for effectively end-to-end TLS #101

Closed jimmidyson closed 6 years ago

jimmidyson commented 7 years ago

Currently, connections are terminated on the OpenShift router and then plain from router to pods. With OpenShift >=3.6, we can now use reencrypt TLS routes with service serving certificates to effectively achieve end-to-end TLS. This requires changes in almost every Syndesis project, but should all be configuration rather than code changes.

rhuss commented 7 years ago

Should we wait until we have decided how to proceed with dev environment (which is still 3.5) ?