-
Notifications
You must be signed in to change notification settings - Fork 222
"pymongo.errors.OperationFailure: auth failed" #257
Comments
Going to address #256 in this as well because they are similar issues. When Walkoff is built for the first time, the Bootloader will generate Docker secrets that are used as credentials for the resources like Mongo, Redis, Minio, etc. These secrets are mounted as files in their respective containers under If your alternate images can't do this, for example they only accept the password directly in the environment variable itself (I think the webhippie/mongodb image falls into this category), or the password is inside a larger file (like the redis.conf in official Redis images), you can work around this albeit not in an ideal manner. For testing purposes, when you use I think the real solution may be to support templating in the compose file, but roadmap is unclear at this point in time. |
Thanks @adpham95 for taking the time to comment on this. That makes sense and being able to easily support other architectures and images via the compose file sounds like a great feature request. I'll try to resolve this following your recommendation above and will provide an update here. |
Error:
|
Can you see if that image has the |
Hmm. https://github.com/dockhippie/mongodb/blob/master/latest/overlay/etc/s6/mongodb/run#L92 If this is the correct source code, then at least it seems like that |
Nothing interesting in the Mongo container logs.
|
Hey all, I'm using the arm image "webhippie/mongodb:latest" and I get the following error, any idea how to troubleshoot and solve this?
The text was updated successfully, but these errors were encountered: