mirwaisx commented on issue #10149:
URL: 
https://github.com/apache/incubator-superset/issues/10149#issuecomment-692779244


   I have similar problem with the helm chart in K8s. One way to create user/or 
change password, is to log into the container and create admin user:
   ```
   # Create an admin user (you will be prompted to set a username, first and 
last name before setting a password)
   $ export FLASK_APP=superset
   flask fab create-admin
   ```
   Of course this is approach is not optimal as you have to do it manually and 
most importatntly after your container is recreated the user is also lost if 
not you are running the container in a stateless manner. The right way is to 
fix it in helm chart.


----------------------------------------------------------------
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.

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