aws-quickstart/quickstart-apache-superset

Unable to login

scottgeye opened this issue · 1 comments

I just tried running the quickstart and deploying it into my existing VPC. Everything in the cloud formation script completes successfully and I'm able to load the login page. However, the username and password I configured earlier don't work.

I also noticed there is no output inside cloud formation and I ended up getting the URL from the load balancer page directly.

What else can I do to figure this out? Thanks

did you by any chance try to set the username to admin? I believe an admin user is created by default for superset so If you try to use that as the username, you will be unable to login.

Changing my username to "superuser" in the quickstart parameters resolved the problem for me.