Alexey Palazhchenko
Alexey Palazhchenko
https://www.mongodb.com/docs/manual/reference/command/authenticate/ Under the hood, `mongosh`'s `db.auth` command uses the undocumented `saslStart` command that FerretDB already implements. It is not clear when modern drivers and clients send an `authenticate` command. We...
### What should be done? Currently, our set of Prometheus / OpenMetrics metrics is not stable. We should stabilize it and add tests. We also should set at least some...
### What should be done? https://www.mongodb.com/docs/manual/reference/command/listDatabases/ ### Where? TBD ### Definition of Done TBD - handler updated; - all backends updated; - unit tests added/updated; - integration/compatibility tests added/updated; -...
### What should be done? https://www.mongodb.com/docs/manual/reference/command/listCollections/ ### Where? TBD ### Definition of Done TBD - handler updated; - all backends updated; - unit tests added/updated; - integration/compatibility tests added/updated; -...
### What should be done? Probably the same as #1877 now. TBD ### Where? TBD ### Definition of Done TBD - all handlers updated; - unit tests added/updated; - integration/compatibility...
### What should be done? And remove old backend authentication code. TBD ### Where? TBD ### Definition of Done TBD - handler updated; - all backends updated; - unit tests...
Thank you for wanting to submit a Pull Request to the Civo Kubernetes Marketplace repository! If your pull request concerns an existing Marketplace application, please make sure you have: *...
See https://containrrr.dev/watchtower/running-multiple-instances/ `com.centurylinklabs.watchtower.enable` and `--label-enable` are kept for backward compatibility. Closes #48.
In the [FerretDB repo](https://github.com/FerretDB/FerretDB), we use the so-called ["tools.go"](https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module) approach for managing Go tooling dependencies. We have a main `go.mod` file that we would like to keep secure and license-clean,...