Skip to content

Commit

Permalink
don't set CAFile for testing; issue in core with CAFile writing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Nov 15, 2024
1 parent 0b9d0b3 commit b623120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/onpremise/mongodb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ output "env" {
"MongoDB__ReplicaSet" = "rs0"
"MongoDB__DatabaseName" = "database"
"MongoDB__DirectConnection" = "false"
"MongoDB__CAFile" = "/mongodb/certificate/mongodb-ca-cert"
"MongoDB__AuthSource" = "database"
"MongoDB__CAFile" = "" #/mongodb/certificate/mongodb-ca-cert (without TLS)
})

}
Expand Down

0 comments on commit b623120

Please sign in to comment.