-
Notifications
You must be signed in to change notification settings - Fork 622
Description
Bug report
操作系统:
Virtualization: kvm
Operating System: Red Hat Enterprise Linux 9.4 (Plow)
Kernel: Linux 5.14.0-284.11.1.el9_2.x86_64
Architecture: x86-64
- OpenRASP version 1.3.7 (rasp-cloud-2022-01-28)
之前使用mongo 4.2.17工作正常,但是升级到7.0.12后openrasp无法启动,错误日志:
2024/10/31 20:28:49.991 [I] [environment.go:443] start new pid file!
2024/10/31 20:28:49.992 [I] [environment.go:101] ===== Startup Type: default =====
2024/10/31 20:28:49.994 [I] [es.go:59] ES version: 6.8.23
2024/10/31 20:28:50.003 [I] [es.go:151] put es template: report-data-template
2024/10/31 20:28:50.009 [I] [es.go:151] put es template: error-alarm-template
2024/10/31 20:28:50.016 [I] [es.go:151] put es template: attack-alarm-template
2024/10/31 20:28:50.023 [I] [es.go:151] put es template: policy-alarm-template
2024/10/31 20:28:50.030 [I] [es.go:151] put es template: dependency-data-template
2024/10/31 20:28:50.037 [I] [es.go:151] put es template: crash-alarm-template
2024/10/31 20:28:50.283 [E] [mongo.go:51] [30002] Unable to connect to MongoDB server: server returned error on SASL authentication step: Authentication failed.
相同的用户名密码,使用Studio 3T连接mongo正常。