You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my host machine If I access the web UI, it prompts to add a server.
Once you add the server, I guess the connection string including username/password is persisted inside the container and not the user HTTP session.
Security Issue
When you open another browser (in private mode) and open the Web UI, you see the server which was added by the previous session. This becomes a security concern since any user can open the UI and see the servers added by other users.
Do let me know if there is a way around this.
Fix
The server list should be persisted in the user HTTP session and not inside the docker container.
The text was updated successfully, but these errors were encountered:
First of all, thank you for mongoku. It works well and its fast as well.
Docker setup
Both of these containers (mongodb & mongoku) runs within the same docker network
What happens
From my host machine If I access the web UI, it prompts to add a server.
Once you add the server, I guess the connection string including username/password is persisted inside the container and not the user HTTP session.
Security Issue
When you open another browser (in private mode) and open the Web UI, you see the server which was added by the previous session. This becomes a security concern since any user can open the UI and see the servers added by other users.
Do let me know if there is a way around this.
Fix
The server list should be persisted in the user HTTP session and not inside the docker container.
The text was updated successfully, but these errors were encountered: