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/08/06 07:35:46 UTC

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

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


   After first install it's true it works. But when you update helm with new value - the new value is visible in the `helm get values airflow` but you are not able to login by using new password.
   
   Steps to reproduce:
   1) `helm install --set webserver.defaultUser.password=password airflow ./`
   2) `helm upgrade --install --set webserver.defaultUser.password=new_password airflow ./`
   3) you are able to login by using `password` and `new_password` is not used


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