You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/07 15:21:32 UTC

[GitHub] [airflow] potiuk commented on issue #14872: Can not change webserver.defaultUser.password when install by helm

potiuk commented on issue #14872:
URL: https://github.com/apache/airflow/issues/14872#issuecomment-988025670


   > I also still have this same issue. It ignores the new value of the `webserver.defaultUser.password` when performing an `helm upgrade`. `helm get values airflow` returns the new password I set, but I can still only login with the default admin/admin in the Airflow UI.
   
   This is simply wrong expectation that you have. 
   
   Default is default password when you first time create Airlfow application. Once you create Airflow DB, default is not used any more (it is well, you know, default). 
   
   That's precisely intended behaviour. Don't expect DB synchronization features from Helm. Once you install airflow for the first time, the user is already created (and you likely have changed the password already - this is a very good practice to change the password after installation, because someone - for exmple - could see it in the logs.  So overriding this admin user's password with the default password makes completely no sense. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org