-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongo express simple access does not work anymore #105
Comments
Hi, same for me - I am not able to connect to DB. |
Hello, same here. |
I had a similar (maybe the same) issue. For me, this is related to #87. This specific issue should be resolved in Version 1.0.1 or higher. |
I just noticed this in the Docker logs: |
True, |
I am not sure if I have the same error, After that , tried to localhost:8081 , and it is asking me for username and password and for some reason it is not accepting it ! is that somehow similar here ? |
aaah , I just read the comment above me , it says admin:pass |
I am encountering an "Unauthorized" issue similar to what's been discussed in this thread using basicaly same yaml. Despite setting up the environment variables for admin credentials correctly in my docker-compose.yml, Mongo-Express displayed an "Unauthorized" message when attempting to access in web browser for me and several colleagues. I noticed in the discussion that as of version 1.0.0 of mongo-express, it's no longer possible to disable basic authentication, which might be leading to the unauthorized issues.. Interestingly, the issue seems to have resolved itself as we are now able to access Mongo-Express without the unauthorized message (and that make us scared). Could there have been any changes or updates in the background that resolved this issue? Has anyone else experienced a similar sudden resolution? EDIT: Found root cause - corporate overlords disabled basic auth in Edge with a policy. Solution - use other browser then Edge when expecting basic auth |
The default is now to require a password, but you can disable it with |
I was unable to login after ME_CONFIG_BASICAUTH_USERNAME ME_CONFIG_BASICAUTH_PASSWORD using these env variables also what changes you made in previous command you mention above to work ?? |
Hi,
a few months before I used the following compose to start a simple mongo-express and mongodb setup for local usage:
up until now it was working as expected, I could use the mongo express to access the database information without authentication.
Now a colleague and I tried it again with clean images and it does not work anymore.
Has the default authentication changed?
The text was updated successfully, but these errors were encountered: