You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-on-prem.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -679,6 +679,29 @@ mongo:
679
679
enabled: false
680
680
```
681
681
682
+
#### MongoDB with Mutual TLS
683
+
684
+
Codefresh supports enabling SSL/TLS between cf microservices and MongoDB. To enable this option specify in `config.yaml` the following parameters:<br />
685
+
`global.mongoTLS:true` <br />
686
+
`global.mongoCaCert`- CA certificate (base64 encoded) <br />
687
+
`global.mongoCaKey`- CA certificate private key (base64 encoded)
688
+
689
+
```yaml
690
+
global:
691
+
mongodbRootUser: <MONGO_ROOT_USER>
692
+
mongodbRootPassword: <MONGO_ROOT_PASSWORD>
693
+
mongoURI: <MONGO_URI>
694
+
mongoSkipUserCreation: true
695
+
mongoDeploy: false # disables deployment of internal mongo service