mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +00:00
Fix MongoDB Security
This commit is contained in:
@@ -37,7 +37,7 @@ type Security struct {
|
||||
KeyFile string `bson:"keyFile"`
|
||||
ClusterAuthMode string `bson:"clusterAuthMode"`
|
||||
Authorization string `bson:"authorization"`
|
||||
JavascriptEnabled bool `bson:javascriptEnabled"`
|
||||
JavascriptEnabled bool `bson:"javascriptEnabled"`
|
||||
Sasl struct {
|
||||
HostName string `bson:"hostName"`
|
||||
ServiceName string `bson:"serverName"`
|
||||
|
Reference in New Issue
Block a user