FerretDB / dance

FerretDB integration testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve tests for authentication

AlekSi opened this issue · comments

We should do several things (or ensure that they are already done) to improve our authentication tests. Do one separate PR for each item, one by one:

  • enable "old" authentication in all existing configurations;
  • enable PostgreSQL authentication (disable trust); #784
  • add matrix configurations for new authentication and dotnet/java/python examples; #771
  • update examples to use stable/strict API based on the value of CLI parameters;
  • add matrix configurations for stable/strict API enabled.

Tasks