We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、把archery升级到1.11.3 2、登录archery,在实例列表中随便测试mongo的连接,报连接失败 3、联系mongo的云厂商,确认mongo 4.2版本不支持SCRAM-SHA-256的连接方式
1、通过查看,发现1.11.3版本中,pymongo的版本是4.x,无法支持mongo的SCRAM-SHA-1连接方式 2、能否在新版本中修复该bug,把pymongo兼容SCRAM-SHA-1和SCRAM-SHA-256的连接方式
No response
1.11.3
Docker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
重现步骤
1、把archery升级到1.11.3
2、登录archery,在实例列表中随便测试mongo的连接,报连接失败
3、联系mongo的云厂商,确认mongo 4.2版本不支持SCRAM-SHA-256的连接方式
预期外的结果
1、通过查看,发现1.11.3版本中,pymongo的版本是4.x,无法支持mongo的SCRAM-SHA-1连接方式
2、能否在新版本中修复该bug,把pymongo兼容SCRAM-SHA-1和SCRAM-SHA-256的连接方式
日志文本
No response
版本
1.11.3
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
The text was updated successfully, but these errors were encountered: