We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d9244 commit 42aa923Copy full SHA for 42aa923
pkg/plugin/utils.go
@@ -79,8 +79,6 @@ func MongoUri(config *models.PluginSettings) (string, error) {
79
return uri, errors.New("missing MongoDB username or password")
80
}
81
creds = fmt.Sprintf("%s:%s@", config.Username, config.Secrets.Password)
82
- } else if config.AuthMethod != "auth-none" {
83
- return uri, errors.New("unsupported auth method")
84
85
86
if config.ConnectionParameters != "" {
0 commit comments