help wanted
Métricas do repositório
- Stars
- (5.095 stars)
- Métricas de merge de PR
- (Mesclagem média 4h 48m) (6 fundiu PRs em 30d)
Description
I'm trying to use mongo-express with a mongodb created with kubernetes community operator: https://github.com/mongodb/mongodb-kubernetes-operator
I get the following error:
{"t":{"$date":"2021-03-23T11:08:40.374+00:00"},"s":"I", "c":"ACCESS", "id":20249, "ctx":"conn68476","msg":"Authentication failed","attr":{"mechanism":"SCRAM-SHA-1","principalName":"mongo","authenticationDatabase":"admin","client":"10.42.0.24:57732","result":"BadValue: SCRAM-SHA-1 authentication is disabled"}}
The community operator does not support SHA1 authentication method: https://github.com/mongodb/mongodb-kubernetes-operator/issues/217
Is it possible to use SHA-256 with mongo-express?