We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0cc7b41 commita167edfCopy full SHA for a167edf
_docs/administration/codefresh-on-prem.md
@@ -681,7 +681,7 @@ Codefresh supports enabling SSL/TLS between cf microservices and MongoDB. To ena
681
global:
682
mongodbRootUser: root
683
mongodbRootPassword: WOIqcSwr0y
684
- mongoURI: mongodb+srv://cfuser:mTiXcU2wafr9@my-mongodb.prod.svc.cluster.local
+ mongoURI: mongodb://my-mongodb.prod.svc.cluster.local/?ssl=true&authMechanism=MONGODB-X509&authSource=$external
685
mongoSkipUserCreation: true
686
mongoDeploy: false # disables deployment of internal mongo service
687
@@ -690,7 +690,7 @@ global:
690
mongoCaKey: mongodb-ca/ca-key.pem
691
692
### for OfflineLogging feature
693
- runtimeMongoURI: mongodb+srv://cfuser:mTiXcU2wafr9@my-mongodb.prod.svc.cluster.local
+ runtimeMongoURI: mongodb://my-mongodb.prod.svc.cluster.local/?ssl=true&authMechanism=MONGODB-X509&authSource=$external
694
695
696
cfapi: