Skip to content
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

Apache Superset Default Username and Password not working #24827

Closed
soumilshah1995 opened this issue Jul 27, 2023 · 3 comments
Closed

Apache Superset Default Username and Password not working #24827

soumilshah1995 opened this issue Jul 27, 2023 · 3 comments

Comments

@soumilshah1995
Copy link

As mentioned on guide i am following steps

https://superset.apache.org/docs/installation/installing-superset-using-docker-compose

git clone https://github.com/apache/superset.git

cd superset

docker-compose -f docker-compose-non-dev.yml pull
docker-compose -f docker-compose-non-dev.yml up

http://localhost:8088

username: admin

password: admin

following credentials do not work i have also tried superset that as well didnt work

@sebastianliebscher
Copy link
Contributor

Hi @soumilshah1995!

As you are not running the latest stable release 2.1.0 but from the master branch, your likely affected by recently added stricter settings. Have a look here https://superset.apache.org/docs/security/#content-security-policy-csp or here #24579 (comment)

Alternatively, you can run the latest stable version with

git checkout 2.1.0
TAG=2.1.0 docker-compose -f docker-compose-non-dev.yml up

Possible duplicate of #24579

@soumilshah1995
Copy link
Author

Thanks let me try this out soon

@acarriong
Copy link

I have the same issue with 3.0.0 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants