percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPSMDB-515] Allow setting requireTLS mode for MongoDB through the Operator #53

Closed spron-in closed 1 year ago

spron-in commented 3 years ago

Community Note

Tell us about the feature Right now we hardcode sslMode flag to preferSSL (https://github.com/percona/percona-server-mongodb-operator/blob/main/pkg/psmdb/container.go#L149)

There is no way for the user to set it to requireTLS/SSL. 

This improvement unblocks the user to choose the sslMode for the MongoDB cluster.