Merge pull request #10098 from kjellwinblad/kjell/fix/mongo_authz_crash
fix: mongodb authz crash
This commit is contained in:
commit
baf39fe080
|
@ -240,7 +240,7 @@ http_common_fields() ->
|
|||
mongo_common_fields() ->
|
||||
[
|
||||
{collection,
|
||||
?HOCON(atom(), #{
|
||||
?HOCON(binary(), #{
|
||||
required => true,
|
||||
desc => ?DESC(collection)
|
||||
})},
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
A crash with an error in the log file that happened when the MongoDB authorization module queried the database has been fixed.
|
|
@ -0,0 +1 @@
|
|||
当MongoDB授权模块查询数据库时,在日志文件中发生的崩溃与错误已经被修复。
|
Loading…
Reference in New Issue