From fcfab1d73f6911a9bc1280cd65b2716e7e843f23 Mon Sep 17 00:00:00 2001 From: Vincent <97131062+vincbeck@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:37:42 -0400 Subject: [PATCH] Mention in simple auth manager doc how to read/update passwords directly form file (#42710) * Mention in simple auth manager doc how to read/update passwords directly form file * Fix static checks --- docs/apache-airflow/core-concepts/auth-manager/simple.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apache-airflow/core-concepts/auth-manager/simple.rst b/docs/apache-airflow/core-concepts/auth-manager/simple.rst index bef2e5032f0d..f418ca15f298 100644 --- a/docs/apache-airflow/core-concepts/auth-manager/simple.rst +++ b/docs/apache-airflow/core-concepts/auth-manager/simple.rst @@ -51,6 +51,8 @@ Each user needs two pieces of information: The password is auto-generated for each user and printed out in the webserver logs. When generated, these passwords are also saved in your environment, therefore they will not change if you stop or restart your environment. +The passwords are saved in the file ``generated/simple_auth_manager_passwords.json.generated``, you can read and update them directly in the file as well if desired. + .. _roles-permissions: Manage roles and permissions