M3gar00 opened a new issue, #20101:
URL: https://github.com/apache/superset/issues/20101

   I have used terraform to deploy Superset to ECS. In order to test baseline 
performance and connectivity, I left the username and password as the default: 
admin/admin.
   The Dockerfile I'm using looks like:
   
   ```
   FROM apache/superset
   # Switching to root to install the required packages
   USER root
   # install trino so the Superset doesn't complain about it not being there
   RUN pip install trino
   USER superset
   ENV SUPERSET_ENV dev
   ```
   #### How to reproduce the bug
   
   1. Go to `superset.myDomain.com`
   2. enter `admin` for username
   3. enter `admin` for password
   
   ### Expected results
   
   Ability to login
   
   ### Actual results
   
   `Invalid login. Please try again.`
   
   ### Environment
   
   - browser type and version: Chrome 101.0.4951.64
   - superset version: superset docker image:latest, digest: a8b3631068a6
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ X] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [ X] I have reproduced the issue with at least the latest released version 
of superset.
   - [ X]  I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   
   I have looked at similar issues that are addressed in non AWS ECS 
environments and have tried solutions presented in issue 
[10547](https://github.com/apache/superset/issues/10547) and issue 
[10149](https://github.com/apache/superset/issues/10149). The solutions 
presented there have not born fruit in this environment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to