This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Commit fafb9e8
committed
Makes the mongo authentication mechanism configurable from the environment
* Defaults to ':scram', the authentication mechanism supported by mongo >3.0,
which is also supported by the devstack.
* Uses MONGOID_AUTH_MECH: "" for CI, because that mongo database has no user credentials.1 parent cd26759 commit fafb9e8
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments