瀏覽代碼

Adding ecaudit plugin to connection whitelist. (#1321)

CH-JosephBironas 6 年之前
父節點
當前提交
d01d4adcf6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      conn.go

+ 1 - 0
conn.go

@@ -29,6 +29,7 @@ var (
 		"com.instaclustr.cassandra.auth.SharedSecretAuthenticator",
 		"com.datastax.bdp.cassandra.auth.DseAuthenticator",
 		"io.aiven.cassandra.auth.AivenAuthenticator",
+		"com.ericsson.bss.cassandra.ecaudit.auth.AuditPasswordAuthenticator",
 	}
 )