Open
Description
🔖 Feature description
As of now all devtron microservices connect to db without SSL, this feature request enhances the capability to connect to db using SSL mode. This should be exposed via env variable where the default value can be kept as false for backward compatibility.
Currently below mentioned microservices connect with db without SSL :
- orchestrator
- git-sensor
- casbin
- kubelink
- image-scanner
- notifier
🎤 Pitch / Usecases
As part of SOC2 compliance it is mandatory to make sure all connections (existing and new) should be made via SSL mode enabled only.
🔄️ Alternative
NA
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
AB#10148