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
A clear and concise description of what the bug is.
I cloned this repo and used docker compose to run an instance of Superset with the following command.
sudo docker-compose -f docker-compose-non-dev.yml up
I see some usual logs and the superset instace is up. I'm able to open the url : http://localhost:8088/ and then enter the default credentials : admin - admin and login.
but if I try to login to this instance from a different computer (on the same network) using its ip address. I get the error message saying access denied. Its is not a network issue because the login page is accessible. The issue is that the credentials which were working from a same machine do not work if I open superset from a different machine.
How to reproduce the bug
use an external database as the default datastore. (I had used mysql) , I updated the variables in the supetset_config.py file
use command sudo docker-compose -f docker-compose-non-dev.yml up to create a supetset instance.
Try to access this from the same computer using the url http://localhost:8088/ , login page opens and we are able to login with default credentials
Try to access this from a different computer using this computer's IP address. we see that login page is opening but default credentials are not working.
Expected results
the default credentials should work , while accessing superset from any computer
Actual results
the default credentials work only while accessing superset from localhost:8088 and not with network ip+port
A clear and concise description of what the bug is.
I cloned this repo and used docker compose to run an instance of Superset with the following command.
sudo docker-compose -f docker-compose-non-dev.yml up
I see some usual logs and the superset instace is up. I'm able to open the url : http://localhost:8088/ and then enter the default credentials : admin - admin and login.
but if I try to login to this instance from a different computer (on the same network) using its ip address. I get the error message saying access denied. Its is not a network issue because the login page is accessible. The issue is that the credentials which were working from a same machine do not work if I open superset from a different machine.
How to reproduce the bug
sudo docker-compose -f docker-compose-non-dev.yml up
to create a supetset instance.Expected results
the default credentials should work , while accessing superset from any computer
Actual results
the default credentials work only while accessing superset from localhost:8088 and not with network ip+port
Screenshots
Environment
(please complete the following information):
superset version
Latestpython --version
Python 3.10.12node -v
Not installedI tried to use external database for storing metadata
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: