Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc74c6c9

Browse files
added mtls config options (codefresh-io#357)
1 parent65921fc commitc74c6c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎_docs/administration/codefresh-on-prem.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,29 @@ mongo:
679679
enabled: false
680680
```
681681

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
696+
697+
mongoTLS: true #enable MongoDB TLS support
698+
mongoCaCert: "LS0tLS1CRUdJTiBD..." #CA certificate (base64 encoded)
699+
mongoCaKey: "LS0tLS1CRUdJTiBS..." #CA certificate private key (base64 encoded)
700+
701+
mongo:
702+
enabled: false #disable default mongodb subchart installation
703+
```
704+
682705
### Configure an external Redis service
683706
Codefresh recommends to use the Bitnami Redis [chart](https://github.com/bitnami/charts/tree/master/bitnami/redis) as a Redis store.
684707

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp