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