mirwaisx edited a comment 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 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 you are running the container in a stateless manner. The right way is to fix it in helm chart initialization. ---------------------------------------------------------------- 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]
